Code dump

Adding the code!
This commit is contained in:
EspoTek 2016-09-07 16:36:43 +10:00
parent f445341006
commit 2ff768b58d
911 changed files with 1028037 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Atmel Studio Solution File, Format Version 11.00
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "USB_BULK_TEST", "USB_BULK_TEST\USB_BULK_TEST.cproj", "{BD2AA8D9-491B-4ECD-9255-825EAABC7BA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AVR = Debug|AVR
Release|AVR = Release|AVR
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD2AA8D9-491B-4ECD-9255-825EAABC7BA4}.Debug|AVR.ActiveCfg = Debug|AVR
{BD2AA8D9-491B-4ECD-9255-825EAABC7BA4}.Debug|AVR.Build.0 = Debug|AVR
{BD2AA8D9-491B-4ECD-9255-825EAABC7BA4}.Release|AVR.ActiveCfg = Debug|AVR
{BD2AA8D9-491B-4ECD-9255-825EAABC7BA4}.Release|AVR.Build.0 = Debug|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Binary file not shown.

View File

@ -0,0 +1,375 @@
################################################################################
# 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/ \
../src/ASF/ \
../src/ASF/common/ \
../src/ASF/common/boards/ \
../src/ASF/common/boards/user_board/ \
../src/ASF/common/services/ \
../src/ASF/common/services/clock/ \
../src/ASF/common/services/clock/xmega/ \
../src/ASF/common/services/ioport/ \
../src/ASF/common/services/ioport/xmega/ \
../src/ASF/common/services/sleepmgr/ \
../src/ASF/common/services/sleepmgr/xmega/ \
../src/ASF/common/services/usb/ \
../src/ASF/common/services/usb/class/ \
../src/ASF/common/services/usb/class/vendor/ \
../src/ASF/common/services/usb/class/vendor/device/ \
../src/ASF/common/services/usb/class/vendor/device/example/ \
../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ \
../src/ASF/common/services/usb/udc/ \
../src/ASF/common/utils/ \
../src/ASF/common/utils/interrupt/ \
../src/ASF/common/utils/make/ \
../src/ASF/xmega/ \
../src/ASF/xmega/drivers/ \
../src/ASF/xmega/drivers/cpu/ \
../src/ASF/xmega/drivers/nvm/ \
../src/ASF/xmega/drivers/sleep/ \
../src/ASF/xmega/drivers/usb/ \
../src/ASF/xmega/utils/ \
../src/ASF/xmega/utils/assembler/ \
../src/ASF/xmega/utils/bit_handling/ \
../src/ASF/xmega/utils/preprocessor/ \
../src/config/
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../src/tiny_dig.c \
../src/ASF/common/boards/user_board/init.c \
../src/ASF/common/services/ioport/xmega/ioport_compat.c \
../src/main.c \
../src/tiny_adc.c \
../src/tiny_dac.c \
../src/tiny_dma.c \
../src/tiny_timer.c \
../src/tiny_uart.c \
../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.c \
../src/ASF/common/services/clock/xmega/sysclk.c \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.c \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.c \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.c \
../src/ASF/common/services/usb/udc/udc.c \
../src/ASF/xmega/drivers/nvm/nvm.c \
../src/ASF/xmega/drivers/usb/usb_device.c
PREPROCESSING_SRCS += \
../src/ASF/xmega/drivers/cpu/ccp.s \
../src/ASF/xmega/drivers/nvm/nvm_asm.s
ASM_SRCS +=
OBJS += \
src/tiny_dig.o \
src/ASF/common/boards/user_board/init.o \
src/ASF/common/services/ioport/xmega/ioport_compat.o \
src/main.o \
src/tiny_adc.o \
src/tiny_dac.o \
src/tiny_dma.o \
src/tiny_timer.o \
src/tiny_uart.o \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o \
src/ASF/common/services/clock/xmega/sysclk.o \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.o \
src/ASF/common/services/usb/udc/udc.o \
src/ASF/xmega/drivers/cpu/ccp.o \
src/ASF/xmega/drivers/nvm/nvm.o \
src/ASF/xmega/drivers/nvm/nvm_asm.o \
src/ASF/xmega/drivers/usb/usb_device.o
OBJS_AS_ARGS += \
src/tiny_dig.o \
src/ASF/common/boards/user_board/init.o \
src/ASF/common/services/ioport/xmega/ioport_compat.o \
src/main.o \
src/tiny_adc.o \
src/tiny_dac.o \
src/tiny_dma.o \
src/tiny_timer.o \
src/tiny_uart.o \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o \
src/ASF/common/services/clock/xmega/sysclk.o \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.o \
src/ASF/common/services/usb/udc/udc.o \
src/ASF/xmega/drivers/cpu/ccp.o \
src/ASF/xmega/drivers/nvm/nvm.o \
src/ASF/xmega/drivers/nvm/nvm_asm.o \
src/ASF/xmega/drivers/usb/usb_device.o
C_DEPS += \
src/tiny_dig.d \
src/ASF/common/boards/user_board/init.d \
src/ASF/common/services/ioport/xmega/ioport_compat.d \
src/main.d \
src/tiny_adc.d \
src/tiny_dac.d \
src/tiny_dma.d \
src/tiny_timer.d \
src/tiny_uart.d \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/ASF/common/services/clock/xmega/sysclk.d \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.d \
src/ASF/common/services/usb/udc/udc.d \
src/ASF/xmega/drivers/cpu/ccp.d \
src/ASF/xmega/drivers/nvm/nvm.d \
src/ASF/xmega/drivers/nvm/nvm_asm.d \
src/ASF/xmega/drivers/usb/usb_device.d
C_DEPS_AS_ARGS += \
src/tiny_dig.d \
src/ASF/common/boards/user_board/init.d \
src/ASF/common/services/ioport/xmega/ioport_compat.d \
src/main.d \
src/tiny_adc.d \
src/tiny_dac.d \
src/tiny_dma.d \
src/tiny_timer.d \
src/tiny_uart.d \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/ASF/common/services/clock/xmega/sysclk.d \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.d \
src/ASF/common/services/usb/udc/udc.d \
src/ASF/xmega/drivers/cpu/ccp.d \
src/ASF/xmega/drivers/nvm/nvm.d \
src/ASF/xmega/drivers/nvm/nvm_asm.d \
src/ASF/xmega/drivers/usb/usb_device.d
OUTPUT_FILE_PATH +=USB_BULK_TEST.elf
OUTPUT_FILE_PATH_AS_ARGS +=USB_BULK_TEST.elf
ADDITIONAL_DEPENDENCIES:=
OUTPUT_FILE_DEP:= ./makedep.mk
LIB_DEP+=
LINKER_SCRIPT_DEP+=
# AVR32/GNU C Compiler
src/%.o: ../src/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/boards/user_board/%.o: ../src/ASF/common/boards/user_board/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/ioport/xmega/%.o: ../src/ASF/common/services/ioport/xmega/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/%.o: ../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/clock/xmega/%.o: ../src/ASF/common/services/clock/xmega/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/sleepmgr/xmega/%.o: ../src/ASF/common/services/sleepmgr/xmega/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/usb/class/vendor/device/%.o: ../src/ASF/common/services/usb/class/vendor/device/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/usb/udc/%.o: ../src/ASF/common/services/usb/udc/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/nvm/%.o: ../src/ASF/xmega/drivers/nvm/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/usb/%.o: ../src/ASF/xmega/drivers/usb/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -O1 -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g3 -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
# AVR32/GNU Preprocessing Assembler
# AVR32/GNU Assembler
src/ASF/xmega/drivers/cpu/ccp.o: ../src/ASF/xmega/drivers/cpu/ccp.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -Wa,-g -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/nvm/nvm_asm.o: ../src/ASF/xmega/drivers/nvm/nvm_asm.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -Wa,-g -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/cpu/%.o: ../src/ASF/xmega/drivers/cpu/%.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -Wa,-g -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/nvm/%.o: ../src/ASF/xmega/drivers/nvm/%.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -Wa,-g -o "$@" "$<"
@echo Finished building: $<
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 : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="USB_BULK_TEST.map" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,--gc-sections -mrelax -mmcu=atxmega32a4u -Wl,--relax
@echo Finished building target: $@
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures "USB_BULK_TEST.elf" "USB_BULK_TEST.hex"
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\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 "USB_BULK_TEST.elf" "USB_BULK_TEST.eep" || exit 0
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-objdump.exe" -h -S "USB_BULK_TEST.elf" > "USB_BULK_TEST.lss"
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures "USB_BULK_TEST.elf" "USB_BULK_TEST.srec"
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-size.exe" "USB_BULK_TEST.elf"
# Other Targets
clean:
-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)
-$(RM) $(C_DEPS_AS_ARGS)
rm -rf "USB_BULK_TEST.elf" "USB_BULK_TEST.a" "USB_BULK_TEST.hex" "USB_BULK_TEST.lss" "USB_BULK_TEST.eep" "USB_BULK_TEST.map" "USB_BULK_TEST.srec" "USB_BULK_TEST.usersignatures"

View File

@ -0,0 +1 @@
:00000001FF

Binary file not shown.

View File

@ -0,0 +1,662 @@
:100000002CC1000046C1000044C1000042C10000F4
:1000100040C100003EC100003CC100003AC10000E8
:1000200038C1000036C1000034C1000032C10000F8
:1000300030C100002EC100002CC100002AC1000008
:1000400028C1000026C1000024C1000022C1000018
:1000500020C100001EC100001CC100001AC1000028
:1000600018C1000016C1000014C1000012C1000038
:1000700010C100000EC100000CC100000AC1000048
:1000800008C1000006C1000004C1000002C1000058
:1000900000C10000FEC00000FCC00000FAC000006B
:1000A000F8C00000F6C00000F4C00000F2C000007C
:1000B000F0C00000EEC00000ECC00000EAC000008C
:1000C000E8C00000E6C00000E4C00000E2C000009C
:1000D000E0C00000DEC00000DCC00000DAC00000AC
:1000E000D8C00000D6C00000D4C00000D2C00000BC
:1000F000D0C00000CEC00000CCC00000CAC00000CC
:10010000C8C00000C6C00000C4C00000C2C00000DB
:10011000C0C00000BEC00000BCC00000BAC00000EB
:10012000B8C00000B6C00000B4C00000B2C00000FB
:10013000B0C00000AEC00000ACC00000AAC000000B
:10014000A8C00000A6C00000A4C0000039C600007E
:10015000A0C000009EC000009CC000009AC000002B
:1001600098C0000096C0000094C0000092C000003B
:1001700090C000008EC000008CC000008AC000004B
:1001800088C0000086C0000084C0000082C000005B
:1001900080C000007EC000007CC000007AC000006B
:1001A00078C0000076C0000074C0000072C000007B
:1001B00070C000006EC000006CC000006AC000008B
:1001C00068C0000066C0000064C0000062C000009B
:1001D00060C000005EC000005CC000005AC00000AB
:1001E00058C0000056C0000054C0000052C00000BB
:1001F00050C000000C9478120C94381393019501B0
:10020000970199019B01A0019D019F01E009E2096D
:10021000200A620A6B0A710AC40ACA0A100A120A80
:10022000140A160A180A1A0A1C0A1E0A520A540A42
:10023000560A580A5A0A5C0A5E0A600A7E0A890A45
:10024000930AA10AA30AA50AAF0AB90A8D0E7B0E6A
:100250007E0E810E840E870E8A0E11241FBECFEFF4
:10026000CDBFDFE2DEBF10E2A0E0B0E2ECE8F8E2F2
:1002700002C005900D92A23BB107D9F72CE2A2EB88
:10028000B0E201C01D92A834B207E1F71CD00C9473
:100290004414B6CEE0E8F6E08FE0808385E0848306
:1002A000089508958091B420811103C08EEE92E0EC
:1002B00002C080E090E042E551E06EEE72E08A59C3
:1002C000994DFFC6089587E0E0EAF0E082837894D4
:1002D00010D6E7DFF0D7ACD0CFD060E080E077D0A9
:1002E00063D08CE057D031D5DFD5F6D5D3DF000011
:1002F00000000000000000000000000000000000FE
:1003000000000000000000000000F1CF08950895F3
:100310008091002090E08830910590F4FC01E2503B
:10032000FF4F0C9435140BD10BC088D109C027D2D4
:1003300007C0E3D205C078D303C060D401C0D6D4CF
:100340009091B42081E0911180E08093B4200895D1
:1003500081E08093B52042E551E06EEE72E086E6E2
:1003600096E2AFD681E008951092B520089581E01D
:10037000089581E00895E0E0F2E010A2982F9C71CA
:10038000936890A3881F8827881F880F81A312A2D3
:1003900016A20895E0E0F2E010AA836880AB80E145
:1003A00081AB12AA16AA0895E0E0F2E010A683E855
:1003B00080A78FE281A712A616A6089592E09093D7
:1003C000CA01E82FF0E084911092CA010895CF93FA
:1003D000DF93E0E7F0E091819D7F9183109200022E
:1003E000623011F49EE101C09CE1E0E0F2E0918313
:1003F00090E49283882311F080EC01C080E4E0E077
:10040000F2E08383613011F482E001C083E0C0E058
:10041000D2E08C8380E2D2DF8C8781E2CFDF8D87D0
:10042000188E198E81E08883BFDFDF91CF91089508
:10043000CF93DF93E0E7F0E082818B7F8283C0E29D
:10044000D3E08DE0888380E4898389E08A8383E335
:10045000B5DF888782E3B2DF898787E3AFDF8A87EA
:1004600086E3ACDF8B87E0E2F6E080818360808307
:100470001482DF91CF910895E0E7F0E080818E7FD4
:10048000808380E8809300010895E0E0F1E0108A25
:1004900080E4808B10A280A310AA80ABE0E4F1E09E
:1004A000108280831092B4201092B320089510928D
:1004B0000020EBDFE0E0F1E016AA44E240AB11AA35
:1004C00039E532AB82E083AB80910220909103202A
:1004D00084AB95AB86E694E280AF91AF12AE8BE32E
:1004E00084AF23E020933D0110923E0180A98068F3
:1004F00080AB10924601E0E4F1E0408310924101AC
:100500003093420120934301809104209091052073
:10051000809344019093450186E592E280934801DF
:100520009093490110924A0189E380934C012093F2
:100530004D0110924E018081806880830895E0E033
:10054000F1E0108A80E4808B84E0808B118A81E95D
:10055000828B80E1838B87E791E0848B958B84E2AB
:10056000808F82E0818F128E4091B4208EEE92E0D7
:10057000489F9001499F300D11242A59394D248FED
:100580004091B420489F9001499F300D1124C9012A
:100590008A59994D958F168E80898068808B089531
:1005A00081E08093002071DFE0E0F1E010AA80E4B8
:1005B00080AB84E080AB11AA12AA8BE483AB14AAAF
:1005C00015AA16AA81E090E280AF91AF12AE80EA40
:1005D00084AF88E080933D0110923E0180A9806A3B
:1005E00080AB85E58093A00810924601E0E4F1E03D
:1005F00084E280831092410189E58093420182E088
:1006000080934301809102209091032080934401C4
:100610009093450186E694E28093480190934901C6
:1006200010924A018BE380934C0183E080934D014B
:1006300010924E018081806880830895E0E0F1E0AF
:10064000108AA0E4A08B74E0708B118A61E9628B40
:1006500080E1838B27E731E0248B358B84E2808F28
:1006600082E0818F128EB091B4208EEE92E0B89F1E
:10067000A001B99F500D11244A59594D448FB09192
:10068000B420B89FA001B99F500D11244A59594D6B
:10069000558F168E40894068408B10A2A0A370A38E
:1006A00011A262A34BE443A324A335A320EA20A70D
:1006B00028E021A712A64091B420489F9001499FAD
:1006C000300D11242352384D24A74091B420489F67
:1006D0009001499F300D1124C9018352984D95A76F
:1006E00016A680A1806880A30895CF93C2E0C0932E
:1006F0000020CBDEE0E0F1E016AA44E240AB11AA14
:1007000039E532AB23E023AB8091042090910520A2
:1007100084AB95AB86E592E280AF91AF12AE89E3F0
:1007200084AF20933D0110923E0180A9806880AB88
:1007300010924601E0E4F1E04083109241013093D1
:100740004201C09343018091022090910320809345
:1007500044019093450186E694E28093480190938A
:10076000490110924A018BE380934C0120934D0183
:1007700010924E01808180688083CF910895CF933D
:10078000E0E0F1E0108AB0E4B08BA4E0A08B118A25
:1007900071E9728B80E1838B27E731E0248B358B05
:1007A00084E2808F62E0618F128EC091B4208EEE61
:1007B00092E0C89FA001C99F500D11244A59594D7C
:1007C000448FC091B420C89FA001C99F500D11242F
:1007D0004A59594D558F168E40894068408B10A25A
:1007E000B0A3A0A311A272A342E143A324A335A303
:1007F00024E320A761A712A64091B420489F90014E
:10080000499F300D11242352384D24A74091B42024
:10081000489F9001499F300D1124C9018352984D82
:1008200095A716A680A1806880A3CF910895CF9345
:10083000C3E0C093002029DEE0E0F1E010A280E4F4
:1008400080A384E080A311A212A28BE483A314A24C
:1008500015A216A281E090E280A791A712A680EAD5
:1008600084A788E085A716A680A1806A80A385E575
:100870008093A00816AA34E230AB11AA29E522AB76
:1008800082E083AB809102209091032084AB95ABF2
:1008900086E694E280AF91AF12AE8BE384AFC09353
:1008A0003D0110923E0180A9806880AB1092460104
:1008B000E0E4F1E030831092410120934201C093C3
:1008C00043018091042090910520809344019093EE
:1008D000450186E592E28093480190934901109288
:1008E0004A0189E380934C01C0934D0110924E015F
:1008F000808180688083CF910895E0E0F1E0108AE4
:1009000080E4808B84E0808B118A81E9828B8BE488
:10091000838B87E791E0848B958B80EA808F88E0DA
:10092000818F128E4091B4208EEE92E0489F90010C
:10093000499F300D11242A59394D248F4091B420FC
:10094000489F9001499F300D1124C9018A59994D42
:10095000958F168E80898068808B0895CF93C4E030
:10096000C093002092DDE0E0F1E010A280E480A3DB
:10097000C0A311A212A28BE483A314A215A216A2F3
:1009800081E090E280A791A712A680EA84A788E080
:1009900085A716A680A1806A80A385E58093A0081C
:1009A00016AA44E240AB11AA39E532AB23E023ABEF
:1009B000809104209091052084AB95AB86E592E26E
:1009C00080AF91AF12AE89E384AF20933D011092C6
:1009D0003E0180A9806880AB10924601E0E4F1E01E
:1009E0004083109241013093420182E080934301A1
:1009F00080910220909103208093440190934501BF
:100A000086E694E2809348019093490110924A014E
:100A10008BE380934C0120934D0110924E01808115
:100A200080688083CF910895CF93E0E0F1E0108A51
:100A3000B0E4B08BA4E0A08B118A71E9728B8BE4D7
:100A4000838B27E731E0248B358B80EA808F68E049
:100A5000618F128EC091B4208EEE92E0C89FA001EB
:100A6000C99F500D11244A59594D448FC091B4204B
:100A7000C89FA001C99F500D11244A59594D558F47
:100A8000168E40894068408B10AAB0ABA0AB11AA6B
:100A900072AB4AE443AB24AB35AB23EC20AF61AF80
:100AA00012AE4091B420489F9001499F300D11240F
:100AB0002352384D24AF4091B420489F9001499F64
:100AC000300D1124C9018352984D90933D0110922D
:100AD0003E0180A9806880ABCF91089585E0809326
:100AE0000020D3DCE0E0F1E016AA54E250AB11AAFA
:100AF00049E542AB23E023AB80910420909105208F
:100B000084AB95AB86E592E280AF91AF12AE39E34C
:100B100034AF20933D0110923E0180A9806880ABE4
:100B200010924601E0E4F1E05083109241014093BD
:100B300042012093430180910420909105208093ED
:100B400044019093450186E696E280934801909394
:100B5000490110924A0130934C0120934D011092AB
:100B60004E01808180688083089586E08093002014
:100B70008CDCE0E0F1E016AA44E240AB11AA39E5D2
:100B800032AB23E023AB809104209091052084AB0D
:100B900095AB86E592E280AF91AF12AE89E384AF68
:100BA00020933D0110923E0180A9806880AB109295
:100BB0004601E0E4F1E040831092410130934201AC
:100BC00082E08093430180910220909103208093E2
:100BD00044019093450186E694E280934801909306
:100BE000490110924A018BE380934C0120934D01FF
:100BF00010924E018081806880830895E0E0F1E0EA
:100C0000108A80E4808B84E0808B118A81E9828B5A
:100C100080E1838B8EEE92E0848B958B24E2208F93
:100C200022E0218F128E4091B420489F9001499F6D
:100C3000300D11242A59394D248F4091B420489FFA
:100C40009001499F300D1124C9018A59994D958F02
:100C5000168E80898068808B089587E080930020BD
:100C600014DCE0E0F1E016AA44E240AB11AA39E559
:100C700032AB23E023AB809104209091052084AB1C
:100C800095AB86E592E280AF91AF12AE89E384AF77
:100C900020933D0110923E0180A9806880AB1092A4
:100CA0004601E0E4F1E040831092410130934201BB
:100CB00082E08093430180910220909103208093F1
:100CC00044019093450186E694E280934801909315
:100CD000490110924A018BE380934C0120934D010E
:100CE00010924E018081806880830895E0E0F1E0F9
:100CF000108A80E4808B85E0808B118A81E9828B69
:100D000080E1838B8EEE92E0848B958B24E2208FA2
:100D100022E0218F128E4091B420489F9001499F7C
:100D2000300D11242A59394D248F4091B420489F09
:100D30009001499F300D1124C9018A59994D958F11
:100D4000168E80898068808B0895E0E7F0E08381CB
:100D50008C7F838384818C7F848380818D7F80835B
:100D6000E0E8F1E080EC8283128688EC81831186D2
:100D7000E0E0F8E034E0308323E02183148285ED65
:100D800091E086A397A31682E0E4F8E03083218304
:100D9000148286A397A31682E0E6F6E08081806144
:100DA0008083E0E4F9E083E18183148221E02683FB
:100DB00088EB9BE086A397A310A611A62083089535
:100DC0001F920F920FB60F9211242F933F934F93C0
:100DD0008F939F93EF93FF93CF93DF931F92CDB7A2
:100DE000DEB780910020873031F4E0E0F2E084A5A6
:100DF000898385A503C0E0E0F2E084A52091B220BC
:100E0000281BE0E4F9E080A591A531E022300CF444
:100E100030E03323C9F031E0823B9B4008F030E002
:100E2000332391F0E0E4F9E080A591A529301CF08E
:100E300026E030E002C021E030E0820F931FE0E4C2
:100E4000F9E080AF91AF21C0E0E4F9E080A591A581
:100E500031E02F3F0CF030E03323B9F031E0079759
:100E600008F430E0332389F0E0E4F9E080A591A5AF
:100E7000283F1CF426E030E002C021E030E0821B75
:100E8000930BE0E4F9E080AF91AF0F90DF91CF9149
:100E9000FF91EF919F918F914F913F912F910F90E3
:100EA0000FBE0F901F901895E0E7F0E083818F7ED2
:100EB0008383E0E4F6E080818A6A80838FEF848315
:100EC00088E5828BE0EAF8E084EC858383E0868322
:100ED000178288E184830895E0E7F0E08381877FCB
:100EE000838380E48093C00888E5E0E4F6E0858BA6
:100EF0000895CF93DF9300D000D0CDB7DEB78FEF4A
:100F000080937000809371008093720080937300CF
:100F100080937400809375008093760064E081E490
:100F200090E0E4D56CE170E082E0E6D58A836DE183
:100F300070E082E0E1D5898389819A81019621F46C
:100F400080E493E289839A8389819A818B839C834D
:100F5000E0E6F0E082838C8183838FB7F894E0E54C
:100F6000F0E09081926090838FBF818181FFFDCFFF
:100F70008FB7F894A0E5B0E016969C911697997FEC
:100F800016969C931697E0E6F0E090E895839BEB2D
:100F9000968316969C911697946016969C939081D2
:100FA000916090838FBF61E080E490E09FD58FB720
:100FB000F894E0E5F0E090819E7F90838FBF2496C7
:100FC000CDBFDEBFDF91CF9108959FB7F894E82F92
:100FD000F0E0E059FF4F60958081682360839FBFF8
:100FE0000895863011F468E101C060E0E0E5F0E0CA
:100FF000818181FD24C08FB7F894908192609083A5
:101000008FBF818181FFFDCF8FB7F894A0E5B0E05D
:1010100016969C911697997F16969C931697E0E6E4
:10102000F0E090E895839BEB968316969C9116973B
:10103000946016969C939081916090838FBF6360BB
:1010400084E490E053D560E480E0BFCF08958091C0
:10105000B62008952BD1FC0183818093B6208111A5
:1010600002C076C9089581E008958091B62081304C
:1010700009F47AC908958091562488234CF4807627
:101080008034A9F480915724811113C072C9089546
:101090008076803481F48091572481110EC0809134
:1010A0005C2490915D24892B51F061C9089580E002
:1010B000089580E0089580E0089580E0089580E03C
:1010C00008950F931F939B018A01AC0160E083E8B0
:1010D0000E947A111F910F910895E091BB20F09129
:1010E000BC200190F081E02D228133812E0F3F1F23
:1010F000FC014081E40FF11DE217F307A0F48181A8
:101100008430A1F0861306C014C081818430A1F020
:101110008617A9F08081E80FF11DE217F307A8F305
:1011200080E090E0089580E090E0089580E090E015
:1011300008958E2F9F2F089580E090E008958E2FC0
:101140009F2F0895809158248F770C94D010089584
:101150009091BE20992381F1E091BB20F091BC20B9
:101160000190F081E02D9481891740F5E093B9203A
:10117000F093BA20228133812E0F3F1FE217F3072D
:10118000F8F49181943061F49281981309C09381AD
:10119000961306C0E093B920F093BA2081E0089539
:1011A0009081E90FF11DE217F30758F3E093B9209E
:1011B000F093BA2080E0089580E0089580E00895DB
:1011C00080E00895FF920F931F93CF93DF93C82F72
:1011D00060E0BEDFF82E882381F1A091BB20B091A2
:1011E000BC20EC2FF0E0EE0FFF1F12962D913C91EA
:1011F0001397E20FF31F00811181D8011696ED912C
:10120000FC9117970995682F8C2FA2DFF82E882361
:10121000A1F0C091B920D091BA2065E0CE015DDF88
:10122000EC01009721F08A810E943A12F6CFD80192
:101230001296ED91FC91139709958F2DDF91CF9127
:101240001F910F91FF9008951F93CF93DF93182F55
:101250007FDF882339F1C091B920D091BA2065E0B1
:10126000CE013BDFEC01009741F04C815D816B8149
:101270008A81A5D78111F3CF15C0A091BB20B09171
:10128000BC20812F90E0880F991F1296ED91FC9160
:101290001397E80FF91F0190F081E02D0190F08184
:1012A000E02D0995DF91CF911F9108958091B9208C
:1012B0009091BA200895EFC60895CF938091BE20F3
:1012C0008823C1F0E091BB20F091BC200190F08117
:1012D000E02D8481882371F0C0E08C2F73DFCF5F15
:1012E000E091BB20F091BC200190F081E02D848141
:1012F000C81798F31092BE201092C2201092C320FB
:10130000CF910895CF938091BE20882341F1E09141
:10131000BB20F091BC20A081B18114968C918823D0
:10132000F1F0C0E08C2F90E0880F991F0280F381CC
:10133000E02DE80FF91F0190F081E02D0084F18588
:10134000E02D309709F00995CF5FE091BB20F09137
:10135000BC20A081B18114968C91C81718F3CF914D
:101360000895EF92FF920F931F93CF93DF93109204
:1013700060241092612410926224109263241092CF
:101380006424109265242091562422233CF48091F9
:101390005C2490915D24892B09F49BC32076203432
:1013A00009F008C18091572490E0FC01E05AF1094E
:1013B000E830F10508F0F5C0EA5FFE4F0C943514F3
:1013C00000008BC3E0E0F8E01082809158249091F7
:1013D000592486AB97AB80915A248F708083CCE5DB
:1013E000D4E26881798186E592E2E0D688819981AC
:1013F00020910420309105208217930709F46DC3D2
:1014000080930420909305208091002090E0883004
:10141000910508F0C8C0FC01E25FFE4F0C94351442
:1014200046D85BC3BDD859C360D957C300DA55C38A
:1014300095DA53C353DB51C398DB4FC30EDC4DC366
:10144000E0E4F8E01082CCE5D4E268817981609331
:10145000022070930320809158249091592486ABE8
:1014600097AB80915A248F70808386E694E29ED653
:10147000888199812091042030910520821793075B
:1014800009F42BC3809304209093052080910020C1
:1014900090E08830910508F088C0FC01EA5EFE4FBC
:1014A0000C94351404D819C37BD817C31ED915C39F
:1014B000BED913C353DA11C311DB0FC356DB0DC3FF
:1014C000CCDB0BC3E0E4F9E010A611A68091582410
:1014D0008093B22002C380915824E0E2F6E0848336
:1014E000FCC280915824909159248830910508F0CD
:1014F0005EC0FC01E25EFE4F0C94351460E080E0BB
:101500000E94E70180915A240E94BB010E94570269
:10151000E4C260E080E00E94E70180915A240E94CA
:10152000BB013ED8DAC261E081E00E94E701CAE572
:10153000D4E288810E94BB0189810E94CA01D5D86A
:10154000CCC275D9CAC20ADAC8C260E080E00E9483
:10155000E70180915A240E94BB01C0DABEC261E05B
:1015600080E00E94E70180915A240E94BB01FDDACD
:10157000B4C262E080E00E94E70180915A24806852
:101580000E94BB016ADBA9C280915824E0E8F6E022
:101590008483A3C2E9E7F0E091E088EDF89484BF8A
:1015A000908300E005C001E003C001E001C000E05D
:1015B000011194C220915624822F807609F00EC228
:1015C00022230CF017C180915C2490915D24009738
:1015D00009F404C22F7109F0B1C03091572436309C
:1015E00081F0383009F49FC03111A8C0029739F456
:1015F00062E070E082EC90E2D9D501E0EDC100E05C
:10160000EBC12091582430915924832F992782309F
:10161000910599F01CF4019739F07BC08330910556
:10162000D9F10F9759F175C0809110209091112038
:10163000DC016C9170E0BAD55BC0E0911020F091B4
:1016400011208189281708F066C0C9019927880FE1
:10165000991F880F991FE0911220F0911320E80F35
:10166000F91F80819181FC01628173819FD5E09196
:101670005E24F0915F2482E081833AC0809114203F
:1016800090911520009709F448C0DC0112966D91E5
:101690007C9113978BD52CC033272130310559F01D
:1016A00020F02230310559F03AC064E070E08EEA53
:1016B00090E27CD51DC083EA90E229E003C08AE86D
:1016C00090E228E1382FAAE5B0E2E82FF92F8191C6
:1016D00090E08D939D938E2F831B8217C0F3220F72
:1016E00062E0620F6093582070E088E590E25ED57A
:1016F00080915C2490915D2420916024309161243C
:101700008217930770F4809360249093612401E022
:1017100063C100E061C100E05FC100E05DC100E0C5
:101720005BC101E059C1019739F461E070E08EEBD3
:1017300090E23CD501E050C100E04EC1213009F0FB
:101740003FC0309157243A30D9F5019799F58091EF
:10175000BE20882389F1C0915A24D0915B24E09067
:10176000BB20F090BC20D701ED91FC918481C8177B
:1017700028F560E08C2FECDC082F882309F42CC1BD
:10178000CE019927880F991FD7011296ED91FC91F0
:101790001397E80FF91F0190F081E02D0680F78183
:1017A000E02D09958093C02061E070E080EC90E22C
:1017B000FDD412C100E010C100E00EC100E00CC178
:1017C000223009F00BC120915724211100C102974A
:1017D00079F480915A2449D590E08093B720909372
:1017E000B82062E070E087EB90E2E0D401E0F4C062
:1017F00000E0F2C02F7109F090C08091572483302F
:1018000009F4E7C018F48130B1F087C0853019F0D1
:10181000893061F182C080915C2490915D24892B94
:1018200041F482EA98E0809362249093632401E07B
:10183000D3C000E0D1C080915C2490915D24892BBD
:1018400089F48091582490915924019769F48091EA
:10185000C2209091C3208D7F8093C2209093C3209B
:1018600001E0BAC000E0B8C000E0B6C080915C24DE
:1018700090915D24892B09F046C095D4882309F402
:1018800044C020915824309159243327E0911020EE
:10189000F0911120818990E082179307C0F10DDD4E
:1018A00080915824909159248093BE20882389F1F7
:1018B00099278150904C880F991F880F991FE091AC
:1018C0001220F0911320E80FF91FE093BB20F09352
:1018D000BC200190F081E02D84818823E1F0C0E0FC
:1018E00060E08C2FB1DC082F882309F475C0CF5F2E
:1018F000E091BB20F091BC200190F081E02D84812B
:10190000C81770F369C000E067C000E065C000E080
:1019100063C001E061C001E05FC0213009F5809142
:1019200057248B30E9F480915C2490915D24892BBD
:1019300099F48091BE20882389F0C0915A24D091D7
:1019400058248C2F3FDC082F882309F445C06D2FC5
:101950008C2F7ADC082F40C000E03EC000E03CC085
:10196000223009F03BC080915724813019F0833038
:10197000B1F031C080915C2490915D24892B59F4A1
:101980008091582490915924892B39F480915A24BC
:1019900087D4082F21C000E01FC000E01DC0809147
:1019A0005C2490915D24892B71F48091582490914E
:1019B0005924892B51F4CAE5D4E2888122D5888143
:1019C00076D5082F09C000E007C000E005C000E0A0
:1019D00003C000E001C000E0011180C080915624E6
:1019E0008F718130C1F58091BE208823A1F1C09113
:1019F0005A24D0915B240091BB201091BC20D801C7
:101A0000ED91FC918481C81730F560E08C2FA0DB4C
:101A1000882309F1CE019927880F991FD8011296C2
:101A2000ED91FC911397E80FF91F00811181D80106
:101A30001696ED91FC9117970995682F8C2F88DBEE
:101A4000882349F0D8011496ED91FC9115970995DA
:101A5000082F811143C0809156248F718230D9F5AF
:101A60008091BE20882389F1E091BB20F091BC20B9
:101A7000A081B18114968C91882349F110E0212F27
:101A800030E0220F331F0280F381E02DE20FF31FBD
:101A9000C081D181EE81FF810995682F812F58DBAC
:101AA000082F8823D9F0EC81FD810995082F811139
:101AB00015C01F5FE091BB20F091BC20A081B181D7
:101AC00014968C911817D8F209C000E007C000E006
:101AD00005C000E003C000E001C001E0802FDF91FD
:101AE000CF911F910F91FF90EF9008951BBEFC01C5
:101AF00028ED24BF608308954091CA01E62FF72F97
:101B00008093CA0184914093CA010895811122C033
:101B1000909154229923D9F09091432C911101C0B6
:101B2000FFCF9FB7F894E3E4FCE2208121502083AB
:101B30009FBF0DC09091432C9F3F09F4FFCF9FB7EB
:101B4000F894E3E4FCE220812F5F20839FBF809321
:101B50005422089590915422992361F3F8CF0F9362
:101B6000E8ECF4E080818F7D808380818F7D8083AD
:101B7000E8E1F2E202E0059310921A2210921B2291
:101B800000E2069300E40693E0E1F2E200E206934D
:101B900000E406931092622410926324109264244D
:101BA0001092652410926024109261241092FF21FB
:101BB0000F9108950F9385E08093FF21E9E1F2E210
:101BC00004E00593E1E1F2E204E005930F9108954A
:101BD0000F9383E08093FF2110921A2210921B2210
:101BE000E8E1F2E202E006930F910895E0916224A9
:101BF000F0916324309709F0099508950F93CF93DE
:101C0000DF938091FF21833019F4F0DFA8DF60C0FB
:101C10008091FB219091FC21C0916024D09161249E
:101C2000C81BD90B71F52091FD213091FE21820F47
:101C3000931F8093FD219093FE2120915C2430918D
:101C40005D248217930721F08091C420882341F0FE
:101C500084E08093FF21E0E1F2E202E0069338C0E5
:101C6000E0916424F0916524309799F009958823D8
:101C700081F01092FB211092FC21C0916024D09140
:101C80006124C034D10528F01092C420C0E4D0E013
:101C900003C081E08093C420C0931A22D0931B22FA
:101CA0008091FB219091FC2120915E2430915F2452
:101CB000280F391F20931C2230931D22C80FD91FD3
:101CC000C093FB21D093FC21E8E1F2E202E006930D
:101CD000DF91CF910F910895FC018181877090E091
:101CE000FC013197E730F10518F4EA5DFE4FBDC500
:101CF00088E090E0089580E290E0089580E490E02C
:101D0000089580E890E0089580E091E0089580E0F3
:101D100092E008958FEF93E0089580E190E00895B8
:101D2000282F2F7030E0220F331F992787FD9095C1
:101D30008827990F881F9927820F931F02979C016C
:101D4000220F331F220F331F220F331F820F931FC7
:101D50008B579E4D08950F93CF938091CC0480FFB5
:101D600062C081E08093CC04E0E1F2E200E80693F7
:101D7000E8E1F2E200E806938093CA04E0E1F2E2CF
:101D800000E106938091FF21882329F0835082305F
:101D900008F42CDFE4DE8091122290911322089740
:101DA00009F043C088E0EBEBF1E2A6E5B4E2019074
:101DB0000D928A95E1F7E8ECF4E0808180628083FF
:101DC000808180628083CDDAC82F811103C0F2DE6A
:101DD000C1E02CC08091562488236CF41092FD2120
:101DE0001092FE211092FB211092FC2182E0809340
:101DF000FF2104DF1BC020915C2430915D24232B44
:101E000011F4E6DE13C01092FD211092FE21109213
:101E1000FB211092FC2181E08093FF21E0E1F2E2BE
:101E200002E0069303C0C0E001C0C1E08C2FCF9157
:101E30000F910895BF92CF92DF92EF92FF920F938E
:101E40001F93CF93DF93B82E6BDFEC011B2D111F77
:101E50001127111F8B2D8F70E82EF12CEE0CFF1C1B
:101E6000E10EF11CC701880F991F880F991F880F79
:101E7000991F9C01205F3D4D7901C9012DDF6C0147
:101E8000112309F459C0D70116962D913C9117974B
:101E90008D819E81280F391F2D833E838B819C81EC
:101EA00028173907B9F1FC01E21BF30B9F0121153B
:101EB000F4E03F0738F02FEF33E0C901B601C1D499
:101EC000281B390B888181FF09C0C901B601B9D42B
:101ED00041E0892B09F040E0942F01C090E0888117
:101EE00090FB81F98883D70116961D921C92179753
:101EF00012962D933C93139729813A818D819E816F
:101F0000820F931F14968D939C931597F70102E00F
:101F1000069394C0888181FF83C08D7F8883D70119
:101F200016961D921C92179712961D921C9213974B
:101F3000F70102E0069382C0D70112960D911C9121
:101F40001397888182FF13C0E981FA812D813E8138
:101F50008B819C81B60175D4B0E4BB9EB001112485
:101F60006B577F4DAC01CF01820F931F84D42D811D
:101F70003E81200F311F2D833E83EB81FC81E217D0
:101F8000F30710F4ED83FE83D70116968D919C9193
:101F900017978017910709F043C08D819E81E8173C
:101FA000F90709F43DC0E81BF90BE115B4E0FB07A4
:101FB00040F0EFEFF3E0CF01B60143D4E81BF90B9B
:101FC00005C0CF01B6013DD4E81BF90BD70112962D
:101FD0001D921C921397EC15FD0578F4888184609E
:101FE0008883B0E4BB9EC00111248B579F4DF7013D
:101FF00084839583C682D7820FC029813A818D81DF
:102000009E81820F931FD70114968D939C931597F1
:102010001696ED93FC931797F70102E006930EC016
:10202000888180FF0BC08E7F8883EF81F885309791
:1020300029F06D817E814B2D80E00995DF91CF9154
:102040001F910F91FF90EF90DF90CF90BF90089578
:10205000CF93CFB7F89481E059DDEAECF4E080E467
:10206000808380E28083E1ECF4E080818160808382
:10207000A9ECB4E08C9182608C93E8ECF4E0808170
:10208000806480838C9181608C9380818068808360
:10209000CFBFCF910895CF93DF93C0E6D0E01882F1
:1020A00080E30E94F107E0ECF4E0808180648083AB
:1020B00081E08883CFB7F89480E090E0FC01EE0FD8
:1020C000FF1FEE0FFF1FEE0FFF1FEF5EFD4D108293
:1020D00001968830910591F7E5E8F1E280818E7FE5
:1020E0008083EEE8F1E280818E7F8083E7E9F1E290
:1020F00080818E7F8083E0EAF1E280818E7F808321
:10210000E9EAF1E280818E7F8083E2EBF1E2808177
:102110008E7F80836AE170E082E0EEDC8F3F19F011
:102120008093FA0403C08FE18093FA046BE170E0BE
:1021300082E0E2DC8F3F19F08093FB0403C08FE163
:102140008093FB04E0ECF4E08081836080838081F5
:102150008068808380818061808380E192E28683D1
:1021600097838081806280838FEF8093C504E8EC41
:10217000F4E0808182608083109254228091472C09
:102180008F3F09F4FFCF8FB7F894E7E4FCE290812A
:102190009F5F90838FBF5CDFCFBFDF91CF910895AA
:1021A0008093C30408958091C304089580935E24AE
:1021B00090935F2460936024709361240895E82FC6
:1021C000EF70F0E0EE0FFF1F992787FD90958827AD
:1021D000990F881F9927E80FF91FEE0FFF1FEE0FC9
:1021E000FF1FEE0FFF1FE05FFD4D8181807CD9F561
:1021F0006370613029F010F480E403C080E801C00E
:1022000080EC40385105E1F050F440325105A1F026
:102210004034510599F04031510561F419C0411520
:1022200092E0590789F04F3F93E0590779F0411543
:10223000514041F020E00DC022E00BC023E009C076
:1022400024E007C025E005C026E003C027E001C068
:1022500021E0118296E09083822B818381818062CC
:10226000818381E0089580E00895E82FEF70F0E029
:10227000EE0FFF1F992787FD90958827990F881FDC
:102280009927E80FF91FEE0FFF1FEE0FFF1FEE0F4C
:10229000FF1FE05FFD4D818182FB882780F9089553
:1022A000E82FEF70F0E0EE0FFF1F282F332727FDF8
:1022B00030952227330F221F3327E20FF31FEE0F33
:1022C000FF1FEE0FFF1FEE0FFF1FE05FFD4D91811F
:1022D00092FF0EC091819B7F918322DDFC01808162
:1022E00080FF06C08E7F80830780F085E02D0995F2
:1022F00081E008957F928F929F92AF92BF92CF928A
:10230000DF92EF92FF920F931F93CF93DF93982E5C
:10231000862E5A01690104DD7C01792C771C772413
:10232000771CC92DCF70D0E0CC0FDD1FC70DD11D9C
:10233000CC0FDD1FCC0FDD1FCC0FDD1FC05FDD4DCF
:102340008981807C09F44BC08981807C803C19F0B4
:10235000898182FD46C08FB7F894F701908190FF84
:1023600003C08FBF712C3EC0F701908191609083B4
:102370008FBFF701A182B282C382D48215821682F6
:1023800007831087811006C091E0C114D10419F0B1
:1023900090E001C091E0F701808190FB81F98B7F93
:1023A0008083772019F01E821F8214C08981807C6F
:1023B000803C61F4CE0190DCBC01C60142D2892B85
:1023C00029F0F70180818E7F80830CC01A821B82E6
:1023D0001E821F82892D2EDD7724739403C0712CF9
:1023E00001C0712C872DDF91CF911F910F91FF902C
:1023F000EF90DF90CF90BF90AF909F908F907F90A5
:102400000895FF920F931F93CF93DF93182FF82E09
:10241000FF1CFF24FF1CC82FCF70D0E0CC0FDD1FA6
:10242000CF0DD11DCC0FDD1FCC0FDD1FCC0FDD1F5D
:10243000C05FDD4D75DCDC01FE0102E005938C918F
:1024400080FF12C08E7F8C931796ED91FC911897A8
:10245000309751F0FF2019F06E817F8102C06A81B0
:102460007B81412F81E00995DF91CF911F910F91E1
:10247000FF900895CF93C82FC4DFEC2FEF70F0E0EA
:10248000EE0FFF1F8C2F992787FD90958827990FB6
:10249000881F9927E80FF91FEE0FFF1FEE0FFF1F90
:1024A000EE0FFF1FE05FFD4D1182CF9108950F9356
:1024B000E82FEF70F0E0EE0FFF1F282F332727FDE6
:1024C00030952227330F221F3327E20FF31FEE0F21
:1024D000FF1FEE0FFF1FEE0FFF1FE05FFD4D91810D
:1024E0009460918301E006938CDF81E00F91089561
:1024F0001F920F920FB60F9211240F932F933F93B9
:102500004F935F936F937F938F939F93AF93BF93FB
:10251000EF93FF938091CB04882344F480E8809369
:10252000CA040E9482090E94880190C08091CB0455
:1025300082FF20C084E08093CA048091182286FF25
:1025400085C08091CC0481FD81C005DC81117EC0F5
:102550008091FF21813011F43BDB78C0843009F099
:1025600075C0E9E1F2E204E00593E1E1F2E204E0A2
:1025700005936CC08091CB0481FF63C082E080939F
:10258000CA048091102286FF61C08091CC0481FD35
:102590005DC0E1DB81115AC08091FF21823041F49E
:1025A00084E08093FF21E0E1F2E202E006934EC076
:1025B000833009F04BC0E9E1F2E204E00593E1E188
:1025C000F2E204E0059342C080E18093CA0481E016
:1025D00018DF81E816DF82E014DF82E812DF0E9454
:1025E0005D091092C304E1E1F2E2108296E090935B
:1025F000102283E48083E9E1F2E2108290931822B2
:1026000080838BEB91E28093142290931522A7DABA
:102610001DC08091CB0486FF08C080E48093CA046B
:1026200080E074DA0E94860111C08091CB0485FF9E
:102630000DC080E28093CA0481E068DA0E948701BD
:1026400005C08091CB0484FDBFCFE3CFFF91EF9114
:10265000BF91AF919F918F917F916F915F914F91BA
:102660003F912F910F910F900FBE0F901F901895D3
:102670001F920F920FB60F9211240F931F932F9357
:102680003F934F935F936F937F938F939F93AF93FA
:10269000BF93CF93DF93EF93FF938091CC0481FDA1
:1026A00003C059DB8111B8C082E08093CC048091D3
:1026B000C5048195880FE0E1F2E2E81BF109208171
:1026C000318120513242369527953695279536959A
:1026D0002795822F869520FF02C090E801C090E0E8
:1026E000890FE82FEF70F0E0EE0FFF1F282F332740
:1026F00027FD30952227330F221F3327E20FF31FC8
:10270000EE0FFF1FEE0FFF1FEE0FFF1FE05FFD4DEF
:10271000908195FF81C000E20693811178C080917D
:10272000FF21843019F462DA1ADA76C0C0911222DD
:10273000D091132280916024909161240091FB211B
:102740001091FC2198012C0F3D1F8217930718F45C
:10275000EC01C01BD10B80915E2490915F24AE01EF
:102760006BEB71E2800F911F86D00C0F1D1F009341
:10277000FB211093FC21C034D10569F48091FD2127
:102780009091FE21800F911F20915C2430915D2457
:102790008217930788F00093602410936124E091DE
:1027A0006424F0916524309729F00995811102C0C5
:1027B00001DA32C00DDA30C080916024909161243A
:1027C00008171907F9F4E0916424F0916524309713
:1027D00011F4F0D921C00995811102C0EBD91CC0B8
:1027E0002091FD213091FE218091FB219091FC21CF
:1027F000820F931F8093FD219093FE211092FB2165
:102800001092FC21E0E1F2E202E0069305C080387C
:1028100011F4F4D901C00EDBFF91EF91DF91CF915C
:10282000BF91AF919F918F917F916F915F914F91E8
:102830003F912F911F910F910F900FBE0F901F90FE
:102840001895AA1BBB1B51E107C0AA1FBB1FA617E7
:10285000B70710F0A61BB70B881F991F5A95A9F749
:1028600080959095BC01CD010895EE0FFF1F059056
:10287000F491E02D0994FB01DC0102C001900D925E
:0C28800041505040D8F70895F894FFCF65
:10288C00FF55800080002A0835083B082708000007
:10289C004420162000001C201A20062009022700C4
:1028AC0001010080FA0904000003FFFFFF00070587
:1028BC008102400000070502024000000705830169
:1028CC00FF0301001201000200000040EB0300A016
:1028DC0000020102000100000003000000000000E3
:1028EC0000000000000000000000000000000000DC
:1028FC0000000000000000000000000000000000CC
:10290C0000000000000000000000555342476F62B9
:10291C00696E6461722044756D6D792044657669C9
:10292C006365005461706972546563680000040348
:02293C0009048C
:00000001FF

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,663 @@
S01500005553425F42554C4B5F544553542E73726563F9
S11300002CC1000046C1000044C1000042C10000F0
S113001040C100003EC100003CC100003AC10000E4
S113002038C1000036C1000034C1000032C10000F4
S113003030C100002EC100002CC100002AC1000004
S113004028C1000026C1000024C1000022C1000014
S113005020C100001EC100001CC100001AC1000024
S113006018C1000016C1000014C1000012C1000034
S113007010C100000EC100000CC100000AC1000044
S113008008C1000006C1000004C1000002C1000054
S113009000C10000FEC00000FCC00000FAC0000067
S11300A0F8C00000F6C00000F4C00000F2C0000078
S11300B0F0C00000EEC00000ECC00000EAC0000088
S11300C0E8C00000E6C00000E4C00000E2C0000098
S11300D0E0C00000DEC00000DCC00000DAC00000A8
S11300E0D8C00000D6C00000D4C00000D2C00000B8
S11300F0D0C00000CEC00000CCC00000CAC00000C8
S1130100C8C00000C6C00000C4C00000C2C00000D7
S1130110C0C00000BEC00000BCC00000BAC00000E7
S1130120B8C00000B6C00000B4C00000B2C00000F7
S1130130B0C00000AEC00000ACC00000AAC0000007
S1130140A8C00000A6C00000A4C0000039C600007A
S1130150A0C000009EC000009CC000009AC0000027
S113016098C0000096C0000094C0000092C0000037
S113017090C000008EC000008CC000008AC0000047
S113018088C0000086C0000084C0000082C0000057
S113019080C000007EC000007CC000007AC0000067
S11301A078C0000076C0000074C0000072C0000077
S11301B070C000006EC000006CC000006AC0000087
S11301C068C0000066C0000064C0000062C0000097
S11301D060C000005EC000005CC000005AC00000A7
S11301E058C0000056C0000054C0000052C00000B7
S11301F050C000000C9478120C94381393019501AC
S1130200970199019B01A0019D019F01E009E20969
S1130210200A620A6B0A710AC40ACA0A100A120A7C
S1130220140A160A180A1A0A1C0A1E0A520A540A3E
S1130230560A580A5A0A5C0A5E0A600A7E0A890A41
S1130240930AA10AA30AA50AAF0AB90A8D0E7B0E66
S11302507E0E810E840E870E8A0E11241FBECFEFF0
S1130260CDBFDFE2DEBF10E2A0E0B0E2ECE8F8E2EE
S113027002C005900D92A23BB107D9F72CE2A2EB84
S1130280B0E201C01D92A834B207E1F71CD00C946F
S11302904414B6CEE0E8F6E08FE0808385E0848302
S11302A0089508958091B420811103C08EEE92E0E8
S11302B002C080E090E042E551E06EEE72E08A59BF
S11302C0994DFFC6089587E0E0EAF0E082837894D0
S11302D010D6E7DFF0D7ACD0CFD060E080E077D0A5
S11302E063D08CE057D031D5DFD5F6D5D3DF00000D
S11302F000000000000000000000000000000000FA
S113030000000000000000000000F1CF08950895EF
S11303108091002090E08830910590F4FC01E25037
S1130320FF4F0C9435140BD10BC088D109C027D2D0
S113033007C0E3D205C078D303C060D401C0D6D4CB
S11303409091B42081E0911180E08093B4200895CD
S113035081E08093B52042E551E06EEE72E086E6DE
S113036096E2AFD681E008951092B520089581E019
S1130370089581E00895E0E0F2E010A2982F9C71C6
S1130380936890A3881F8827881F880F81A312A2CF
S113039016A20895E0E0F2E010AA836880AB80E141
S11303A081AB12AA16AA0895E0E0F2E010A683E851
S11303B080A78FE281A712A616A6089592E09093D3
S11303C0CA01E82FF0E084911092CA010895CF93F6
S11303D0DF93E0E7F0E091819D7F9183109200022A
S11303E0623011F49EE101C09CE1E0E0F2E091830F
S11303F090E49283882311F080EC01C080E4E0E073
S1130400F2E08383613011F482E001C083E0C0E054
S1130410D2E08C8380E2D2DF8C8781E2CFDF8D87CC
S1130420188E198E81E08883BFDFDF91CF91089504
S1130430CF93DF93E0E7F0E082818B7F8283C0E299
S1130440D3E08DE0888380E4898389E08A8383E331
S1130450B5DF888782E3B2DF898787E3AFDF8A87E6
S113046086E3ACDF8B87E0E2F6E080818360808303
S11304701482DF91CF910895E0E7F0E080818E7FD0
S1130480808380E8809300010895E0E0F1E0108A21
S113049080E4808B10A280A310AA80ABE0E4F1E09A
S11304A0108280831092B4201092B3200895109289
S11304B00020EBDFE0E0F1E016AA44E240AB11AA31
S11304C039E532AB82E083AB809102209091032026
S11304D084AB95AB86E694E280AF91AF12AE8BE32A
S11304E084AF23E020933D0110923E0180A98068EF
S11304F080AB10924601E0E4F1E0408310924101A8
S1130500309342012093430180910420909105206F
S1130510809344019093450186E592E280934801DB
S11305209093490110924A0189E380934C012093EE
S11305304D0110924E018081806880830895E0E02F
S1130540F1E0108A80E4808B84E0808B118A81E959
S1130550828B80E1838B87E791E0848B958B84E2A7
S1130560808F82E0818F128E4091B4208EEE92E0D3
S1130570489F9001499F300D11242A59394D248FE9
S11305804091B420489F9001499F300D1124C90126
S11305908A59994D958F168E80898068808B08952D
S11305A081E08093002071DFE0E0F1E010AA80E4B4
S11305B080AB84E080AB11AA12AA8BE483AB14AAAB
S11305C015AA16AA81E090E280AF91AF12AE80EA3C
S11305D084AF88E080933D0110923E0180A9806A37
S11305E080AB85E58093A00810924601E0E4F1E039
S11305F084E280831092410189E58093420182E084
S113060080934301809102209091032080934401C0
S11306109093450186E694E28093480190934901C2
S113062010924A018BE380934C0183E080934D0147
S113063010924E018081806880830895E0E0F1E0AB
S1130640108AA0E4A08B74E0708B118A61E9628B3C
S113065080E1838B27E731E0248B358B84E2808F24
S113066082E0818F128EB091B4208EEE92E0B89F1A
S1130670A001B99F500D11244A59594D448FB0918E
S1130680B420B89FA001B99F500D11244A59594D67
S1130690558F168E40894068408B10A2A0A370A38A
S11306A011A262A34BE443A324A335A320EA20A709
S11306B028E021A712A64091B420489F9001499FA9
S11306C0300D11242352384D24A74091B420489F63
S11306D09001499F300D1124C9018352984D95A76B
S11306E016A680A1806880A30895CF93C2E0C0932A
S11306F00020CBDEE0E0F1E016AA44E240AB11AA10
S113070039E532AB23E023AB80910420909105209E
S113071084AB95AB86E592E280AF91AF12AE89E3EC
S113072084AF20933D0110923E0180A9806880AB84
S113073010924601E0E4F1E04083109241013093CD
S11307404201C09343018091022090910320809341
S113075044019093450186E694E280934801909386
S1130760490110924A018BE380934C0120934D017F
S113077010924E01808180688083CF910895CF9339
S1130780E0E0F1E0108AB0E4B08BA4E0A08B118A21
S113079071E9728B80E1838B27E731E0248B358B01
S11307A084E2808F62E0618F128EC091B4208EEE5D
S11307B092E0C89FA001C99F500D11244A59594D78
S11307C0448FC091B420C89FA001C99F500D11242B
S11307D04A59594D558F168E40894068408B10A256
S11307E0B0A3A0A311A272A342E143A324A335A3FF
S11307F024E320A761A712A64091B420489F90014A
S1130800499F300D11242352384D24A74091B42020
S1130810489F9001499F300D1124C9018352984D7E
S113082095A716A680A1806880A3CF910895CF9341
S1130830C3E0C093002029DEE0E0F1E010A280E4F0
S113084080A384E080A311A212A28BE483A314A248
S113085015A216A281E090E280A791A712A680EAD1
S113086084A788E085A716A680A1806A80A385E571
S11308708093A00816AA34E230AB11AA29E522AB72
S113088082E083AB809102209091032084AB95ABEE
S113089086E694E280AF91AF12AE8BE384AFC0934F
S11308A03D0110923E0180A9806880AB1092460100
S11308B0E0E4F1E030831092410120934201C093BF
S11308C043018091042090910520809344019093EA
S11308D0450186E592E28093480190934901109284
S11308E04A0189E380934C01C0934D0110924E015B
S11308F0808180688083CF910895E0E0F1E0108AE0
S113090080E4808B84E0808B118A81E9828B8BE484
S1130910838B87E791E0848B958B80EA808F88E0D6
S1130920818F128E4091B4208EEE92E0489F900108
S1130930499F300D11242A59394D248F4091B420F8
S1130940489F9001499F300D1124C9018A59994D3E
S1130950958F168E80898068808B0895CF93C4E02C
S1130960C093002092DDE0E0F1E010A280E480A3D7
S1130970C0A311A212A28BE483A314A215A216A2EF
S113098081E090E280A791A712A680EA84A788E07C
S113099085A716A680A1806A80A385E58093A00818
S11309A016AA44E240AB11AA39E532AB23E023ABEB
S11309B0809104209091052084AB95AB86E592E26A
S11309C080AF91AF12AE89E384AF20933D011092C2
S11309D03E0180A9806880AB10924601E0E4F1E01A
S11309E04083109241013093420182E0809343019D
S11309F080910220909103208093440190934501BB
S1130A0086E694E2809348019093490110924A014A
S1130A108BE380934C0120934D0110924E01808111
S1130A2080688083CF910895CF93E0E0F1E0108A4D
S1130A30B0E4B08BA4E0A08B118A71E9728B8BE4D3
S1130A40838B27E731E0248B358B80EA808F68E045
S1130A50618F128EC091B4208EEE92E0C89FA001E7
S1130A60C99F500D11244A59594D448FC091B42047
S1130A70C89FA001C99F500D11244A59594D558F43
S1130A80168E40894068408B10AAB0ABA0AB11AA67
S1130A9072AB4AE443AB24AB35AB23EC20AF61AF7C
S1130AA012AE4091B420489F9001499F300D11240B
S1130AB02352384D24AF4091B420489F9001499F60
S1130AC0300D1124C9018352984D90933D01109229
S1130AD03E0180A9806880ABCF91089585E0809322
S1130AE00020D3DCE0E0F1E016AA54E250AB11AAF6
S1130AF049E542AB23E023AB80910420909105208B
S1130B0084AB95AB86E592E280AF91AF12AE39E348
S1130B1034AF20933D0110923E0180A9806880ABE0
S1130B2010924601E0E4F1E05083109241014093B9
S1130B3042012093430180910420909105208093E9
S1130B4044019093450186E696E280934801909390
S1130B50490110924A0130934C0120934D011092A7
S1130B604E01808180688083089586E08093002010
S1130B708CDCE0E0F1E016AA44E240AB11AA39E5CE
S1130B8032AB23E023AB809104209091052084AB09
S1130B9095AB86E592E280AF91AF12AE89E384AF64
S1130BA020933D0110923E0180A9806880AB109291
S1130BB04601E0E4F1E040831092410130934201A8
S1130BC082E08093430180910220909103208093DE
S1130BD044019093450186E694E280934801909302
S1130BE0490110924A018BE380934C0120934D01FB
S1130BF010924E018081806880830895E0E0F1E0E6
S1130C00108A80E4808B84E0808B118A81E9828B56
S1130C1080E1838B8EEE92E0848B958B24E2208F8F
S1130C2022E0218F128E4091B420489F9001499F69
S1130C30300D11242A59394D248F4091B420489FF6
S1130C409001499F300D1124C9018A59994D958FFE
S1130C50168E80898068808B089587E080930020B9
S1130C6014DCE0E0F1E016AA44E240AB11AA39E555
S1130C7032AB23E023AB809104209091052084AB18
S1130C8095AB86E592E280AF91AF12AE89E384AF73
S1130C9020933D0110923E0180A9806880AB1092A0
S1130CA04601E0E4F1E040831092410130934201B7
S1130CB082E08093430180910220909103208093ED
S1130CC044019093450186E694E280934801909311
S1130CD0490110924A018BE380934C0120934D010A
S1130CE010924E018081806880830895E0E0F1E0F5
S1130CF0108A80E4808B85E0808B118A81E9828B65
S1130D0080E1838B8EEE92E0848B958B24E2208F9E
S1130D1022E0218F128E4091B420489F9001499F78
S1130D20300D11242A59394D248F4091B420489F05
S1130D309001499F300D1124C9018A59994D958F0D
S1130D40168E80898068808B0895E0E7F0E08381C7
S1130D508C7F838384818C7F848380818D7F808357
S1130D60E0E8F1E080EC8283128688EC81831186CE
S1130D70E0E0F8E034E0308323E02183148285ED61
S1130D8091E086A397A31682E0E4F8E03083218300
S1130D90148286A397A31682E0E6F6E08081806140
S1130DA08083E0E4F9E083E18183148221E02683F7
S1130DB088EB9BE086A397A310A611A62083089531
S1130DC01F920F920FB60F9211242F933F934F93BC
S1130DD08F939F93EF93FF93CF93DF931F92CDB79E
S1130DE0DEB780910020873031F4E0E0F2E084A5A2
S1130DF0898385A503C0E0E0F2E084A52091B220B8
S1130E00281BE0E4F9E080A591A531E022300CF440
S1130E1030E03323C9F031E0823B9B4008F030E0FE
S1130E20332391F0E0E4F9E080A591A529301CF08A
S1130E3026E030E002C021E030E0820F931FE0E4BE
S1130E40F9E080AF91AF21C0E0E4F9E080A591A57D
S1130E5031E02F3F0CF030E03323B9F031E0079755
S1130E6008F430E0332389F0E0E4F9E080A591A5AB
S1130E70283F1CF426E030E002C021E030E0821B71
S1130E80930BE0E4F9E080AF91AF0F90DF91CF9145
S1130E90FF91EF919F918F914F913F912F910F90DF
S1130EA00FBE0F901F901895E0E7F0E083818F7ECE
S1130EB08383E0E4F6E080818A6A80838FEF848311
S1130EC088E5828BE0EAF8E084EC858383E086831E
S1130ED0178288E184830895E0E7F0E08381877FC7
S1130EE0838380E48093C00888E5E0E4F6E0858BA2
S1130EF00895CF93DF9300D000D0CDB7DEB78FEF46
S1130F0080937000809371008093720080937300CB
S1130F1080937400809375008093760064E081E48C
S1130F2090E0E4D56CE170E082E0E6D58A836DE17F
S1130F3070E082E0E1D5898389819A81019621F468
S1130F4080E493E289839A8389819A818B839C8349
S1130F50E0E6F0E082838C8183838FB7F894E0E548
S1130F60F0E09081926090838FBF818181FFFDCFFB
S1130F708FB7F894A0E5B0E016969C911697997FE8
S1130F8016969C931697E0E6F0E090E895839BEB29
S1130F90968316969C911697946016969C939081CE
S1130FA0916090838FBF61E080E490E09FD58FB71C
S1130FB0F894E0E5F0E090819E7F90838FBF2496C3
S1130FC0CDBFDEBFDF91CF9108959FB7F894E82F8E
S1130FD0F0E0E059FF4F60958081682360839FBFF4
S1130FE00895863011F468E101C060E0E0E5F0E0C6
S1130FF0818181FD24C08FB7F894908192609083A1
S11310008FBF818181FFFDCF8FB7F894A0E5B0E059
S113101016969C911697997F16969C931697E0E6E0
S1131020F0E090E895839BEB968316969C91169737
S1131030946016969C939081916090838FBF6360B7
S113104084E490E053D560E480E0BFCF08958091BC
S1131050B62008952BD1FC0183818093B6208111A1
S113106002C076C9089581E008958091B620813048
S113107009F47AC908958091562488234CF4807623
S11310808034A9F480915724811113C072C9089542
S11310908076803481F48091572481110EC0809130
S11310A05C2490915D24892B51F061C9089580E0FE
S11310B0089580E0089580E0089580E0089580E038
S11310C008950F931F939B018A01AC0160E083E8AC
S11310D00E947A111F910F910895E091BB20F09125
S11310E0BC200190F081E02D228133812E0F3F1F1F
S11310F0FC014081E40FF11DE217F307A0F48181A4
S11311008430A1F0861306C014C081818430A1F01C
S11311108617A9F08081E80FF11DE217F307A8F301
S113112080E090E0089580E090E0089580E090E011
S113113008958E2F9F2F089580E090E008958E2FBC
S11311409F2F0895809158248F770C94D010089580
S11311509091BE20992381F1E091BB20F091BC20B5
S11311600190F081E02D9481891740F5E093B92036
S1131170F093BA20228133812E0F3F1FE217F30729
S1131180F8F49181943061F49281981309C09381A9
S1131190961306C0E093B920F093BA2081E0089535
S11311A09081E90FF11DE217F30758F3E093B9209A
S11311B0F093BA2080E0089580E0089580E00895D7
S11311C080E00895FF920F931F93CF93DF93C82F6E
S11311D060E0BEDFF82E882381F1A091BB20B0919E
S11311E0BC20EC2FF0E0EE0FFF1F12962D913C91E6
S11311F01397E20FF31F00811181D8011696ED9128
S1131200FC9117970995682F8C2FA2DFF82E88235D
S1131210A1F0C091B920D091BA2065E0CE015DDF84
S1131220EC01009721F08A810E943A12F6CFD8018E
S11312301296ED91FC91139709958F2DDF91CF9123
S11312401F910F91FF9008951F93CF93DF93182F51
S11312507FDF882339F1C091B920D091BA2065E0AD
S1131260CE013BDFEC01009741F04C815D816B8145
S11312708A81A5D78111F3CF15C0A091BB20B0916D
S1131280BC20812F90E0880F991F1296ED91FC915C
S11312901397E80FF91F0190F081E02D0190F08180
S11312A0E02D0995DF91CF911F9108958091B92088
S11312B09091BA200895EFC60895CF938091BE20EF
S11312C08823C1F0E091BB20F091BC200190F08113
S11312D0E02D8481882371F0C0E08C2F73DFCF5F11
S11312E0E091BB20F091BC200190F081E02D84813D
S11312F0C81798F31092BE201092C2201092C320F7
S1131300CF910895CF938091BE20882341F1E0913D
S1131310BB20F091BC20A081B18114968C918823CC
S1131320F1F0C0E08C2F90E0880F991F0280F381C8
S1131330E02DE80FF91F0190F081E02D0084F18584
S1131340E02D309709F00995CF5FE091BB20F09133
S1131350BC20A081B18114968C91C81718F3CF9149
S11313600895EF92FF920F931F93CF93DF93109200
S113137060241092612410926224109263241092CB
S11313806424109265242091562422233CF48091F5
S11313905C2490915D24892B09F49BC3207620342E
S11313A009F008C18091572490E0FC01E05AF1094A
S11313B0E830F10508F0F5C0EA5FFE4F0C943514EF
S11313C000008BC3E0E0F8E01082809158249091F3
S11313D0592486AB97AB80915A248F708083CCE5D7
S11313E0D4E26881798186E592E2E0D688819981A8
S11313F020910420309105208217930709F46DC3CE
S113140080930420909305208091002090E0883000
S1131410910508F0C8C0FC01E25FFE4F0C9435143E
S113142046D85BC3BDD859C360D957C300DA55C386
S113143095DA53C353DB51C398DB4FC30EDC4DC362
S1131440E0E4F8E01082CCE5D4E26881798160932D
S1131450022070930320809158249091592486ABE4
S113146097AB80915A248F70808386E694E29ED64F
S11314708881998120910420309105208217930757
S113148009F42BC3809304209093052080910020BD
S113149090E08830910508F088C0FC01EA5EFE4FB8
S11314A00C94351404D819C37BD817C31ED915C39B
S11314B0BED913C353DA11C311DB0FC356DB0DC3FB
S11314C0CCDB0BC3E0E4F9E010A611A6809158240C
S11314D08093B22002C380915824E0E2F6E0848332
S11314E0FCC280915824909159248830910508F0C9
S11314F05EC0FC01E25EFE4F0C94351460E080E0B7
S11315000E94E70180915A240E94BB010E94570265
S1131510E4C260E080E00E94E70180915A240E94C6
S1131520BB013ED8DAC261E081E00E94E701CAE56E
S1131530D4E288810E94BB0189810E94CA01D5D866
S1131540CCC275D9CAC20ADAC8C260E080E00E947F
S1131550E70180915A240E94BB01C0DABEC261E057
S113156080E00E94E70180915A240E94BB01FDDAC9
S1131570B4C262E080E00E94E70180915A2480684E
S11315800E94BB016ADBA9C280915824E0E8F6E01E
S11315908483A3C2E9E7F0E091E088EDF89484BF86
S11315A0908300E005C001E003C001E001C000E059
S11315B0011194C220915624822F807609F00EC224
S11315C022230CF017C180915C2490915D24009734
S11315D009F404C22F7109F0B1C030915724363098
S11315E081F0383009F49FC03111A8C0029739F452
S11315F062E070E082EC90E2D9D501E0EDC100E058
S1131600EBC12091582430915924832F992782309B
S1131610910599F01CF4019739F07BC08330910552
S1131620D9F10F9759F175C0809110209091112034
S1131630DC016C9170E0BAD55BC0E0911020F091B0
S113164011208189281708F066C0C9019927880FDD
S1131650991F880F991FE0911220F0911320E80F31
S1131660F91F80819181FC01628173819FD5E09192
S11316705E24F0915F2482E081833AC0809114203B
S113168090911520009709F448C0DC0112966D91E1
S11316907C9113978BD52CC033272130310559F019
S11316A020F02230310559F03AC064E070E08EEA4F
S11316B090E27CD51DC083EA90E229E003C08AE869
S11316C090E228E1382FAAE5B0E2E82FF92F8191C2
S11316D090E08D939D938E2F831B8217C0F3220F6E
S11316E062E0620F6093582070E088E590E25ED576
S11316F080915C2490915D24209160243091612438
S11317008217930770F4809360249093612401E01E
S113171063C100E061C100E05FC100E05DC100E0C1
S11317205BC101E059C1019739F461E070E08EEBCF
S113173090E23CD501E050C100E04EC1213009F0F7
S11317403FC0309157243A30D9F5019799F58091EB
S1131750BE20882389F1C0915A24D0915B24E09063
S1131760BB20F090BC20D701ED91FC918481C81777
S113177028F560E08C2FECDC082F882309F42CC1B9
S1131780CE019927880F991FD7011296ED91FC91EC
S11317901397E80FF91F0190F081E02D0680F7817F
S11317A0E02D09958093C02061E070E080EC90E228
S11317B0FDD412C100E010C100E00EC100E00CC174
S11317C0223009F00BC120915724211100C1029746
S11317D079F480915A2449D590E08093B72090936E
S11317E0B82062E070E087EB90E2E0D401E0F4C05E
S11317F000E0F2C02F7109F090C08091572483302B
S113180009F4E7C018F48130B1F087C0853019F0CD
S1131810893061F182C080915C2490915D24892B90
S113182041F482EA98E0809362249093632401E077
S1131830D3C000E0D1C080915C2490915D24892BB9
S113184089F48091582490915924019769F48091E6
S1131850C2209091C3208D7F8093C2209093C32097
S113186001E0BAC000E0B8C000E0B6C080915C24DA
S113187090915D24892B09F046C095D4882309F4FE
S113188044C020915824309159243327E0911020EA
S1131890F0911120818990E082179307C0F10DDD4A
S11318A080915824909159248093BE20882389F1F3
S11318B099278150904C880F991F880F991FE091A8
S11318C01220F0911320E80FF91FE093BB20F0934E
S11318D0BC200190F081E02D84818823E1F0C0E0F8
S11318E060E08C2FB1DC082F882309F475C0CF5F2A
S11318F0E091BB20F091BC200190F081E02D848127
S1131900C81770F369C000E067C000E065C000E07C
S113191063C001E061C001E05FC0213009F580913E
S113192057248B30E9F480915C2490915D24892BB9
S113193099F48091BE20882389F0C0915A24D091D3
S113194058248C2F3FDC082F882309F445C06D2FC1
S11319508C2F7ADC082F40C000E03EC000E03CC081
S1131960223009F03BC080915724813019F0833034
S1131970B1F031C080915C2490915D24892B59F49D
S11319808091582490915924892B39F480915A24B8
S113199087D4082F21C000E01FC000E01DC0809143
S11319A05C2490915D24892B71F48091582490914A
S11319B05924892B51F4CAE5D4E2888122D588813F
S11319C076D5082F09C000E007C000E005C000E09C
S11319D003C000E001C000E0011180C080915624E2
S11319E08F718130C1F58091BE208823A1F1C0910F
S11319F05A24D0915B240091BB201091BC20D801C3
S1131A00ED91FC918481C81730F560E08C2FA0DB48
S1131A10882309F1CE019927880F991FD8011296BE
S1131A20ED91FC911397E80FF91F00811181D80102
S1131A301696ED91FC9117970995682F8C2F88DBEA
S1131A40882349F0D8011496ED91FC9115970995D6
S1131A50082F811143C0809156248F718230D9F5AB
S1131A608091BE20882389F1E091BB20F091BC20B5
S1131A70A081B18114968C91882349F110E0212F23
S1131A8030E0220F331F0280F381E02DE20FF31FB9
S1131A90C081D181EE81FF810995682F812F58DBA8
S1131AA0082F8823D9F0EC81FD810995082F811135
S1131AB015C01F5FE091BB20F091BC20A081B181D3
S1131AC014968C911817D8F209C000E007C000E002
S1131AD005C000E003C000E001C001E0802FDF91F9
S1131AE0CF911F910F91FF90EF9008951BBEFC01C1
S1131AF028ED24BF608308954091CA01E62FF72F93
S1131B008093CA0184914093CA010895811122C02F
S1131B10909154229923D9F09091432C911101C0B2
S1131B20FFCF9FB7F894E3E4FCE2208121502083A7
S1131B309FBF0DC09091432C9F3F09F4FFCF9FB7E7
S1131B40F894E3E4FCE220812F5F20839FBF80931D
S1131B505422089590915422992361F3F8CF0F935E
S1131B60E8ECF4E080818F7D808380818F7D8083A9
S1131B70E8E1F2E202E0059310921A2210921B228D
S1131B8000E2069300E40693E0E1F2E200E2069349
S1131B9000E4069310926224109263241092642449
S1131BA01092652410926024109261241092FF21F7
S1131BB00F9108950F9385E08093FF21E9E1F2E20C
S1131BC004E00593E1E1F2E204E005930F91089546
S1131BD00F9383E08093FF2110921A2210921B220C
S1131BE0E8E1F2E202E006930F910895E0916224A5
S1131BF0F0916324309709F0099508950F93CF93DA
S1131C00DF938091FF21833019F4F0DFA8DF60C0F7
S1131C108091FB219091FC21C0916024D09161249A
S1131C20C81BD90B71F52091FD213091FE21820F43
S1131C30931F8093FD219093FE2120915C24309189
S1131C405D248217930721F08091C420882341F0FA
S1131C5084E08093FF21E0E1F2E202E0069338C0E1
S1131C60E0916424F0916524309799F009958823D4
S1131C7081F01092FB211092FC21C0916024D0913C
S1131C806124C034D10528F01092C420C0E4D0E00F
S1131C9003C081E08093C420C0931A22D0931B22F6
S1131CA08091FB219091FC2120915E2430915F244E
S1131CB0280F391F20931C2230931D22C80FD91FCF
S1131CC0C093FB21D093FC21E8E1F2E202E0069309
S1131CD0DF91CF910F910895FC018181877090E08D
S1131CE0FC013197E730F10518F4EA5DFE4FBDC5FC
S1131CF088E090E0089580E290E0089580E490E028
S1131D00089580E890E0089580E091E0089580E0EF
S1131D1092E008958FEF93E0089580E190E00895B4
S1131D20282F2F7030E0220F331F992787FD9095BD
S1131D308827990F881F9927820F931F02979C0168
S1131D40220F331F220F331F220F331F820F931FC3
S1131D508B579E4D08950F93CF938091CC0480FFB1
S1131D6062C081E08093CC04E0E1F2E200E80693F3
S1131D70E8E1F2E200E806938093CA04E0E1F2E2CB
S1131D8000E106938091FF21882329F0835082305B
S1131D9008F42CDFE4DE809112229091132208973C
S1131DA009F043C088E0EBEBF1E2A6E5B4E2019070
S1131DB00D928A95E1F7E8ECF4E0808180628083FB
S1131DC0808180628083CDDAC82F811103C0F2DE66
S1131DD0C1E02CC08091562488236CF41092FD211C
S1131DE01092FE211092FB211092FC2182E080933C
S1131DF0FF2104DF1BC020915C2430915D24232B40
S1131E0011F4E6DE13C01092FD211092FE2110920F
S1131E10FB211092FC2181E08093FF21E0E1F2E2BA
S1131E2002E0069303C0C0E001C0C1E08C2FCF9153
S1131E300F910895BF92CF92DF92EF92FF920F938A
S1131E401F93CF93DF93B82E6BDFEC011B2D111F73
S1131E501127111F8B2D8F70E82EF12CEE0CFF1C17
S1131E60E10EF11CC701880F991F880F991F880F75
S1131E70991F9C01205F3D4D7901C9012DDF6C0143
S1131E80112309F459C0D70116962D913C91179747
S1131E908D819E81280F391F2D833E838B819C81E8
S1131EA028173907B9F1FC01E21BF30B9F01211537
S1131EB0F4E03F0738F02FEF33E0C901B601C1D495
S1131EC0281B390B888181FF09C0C901B601B9D427
S1131ED041E0892B09F040E0942F01C090E0888113
S1131EE090FB81F98883D70116961D921C9217974F
S1131EF012962D933C93139729813A818D819E816B
S1131F00820F931F14968D939C931597F70102E00B
S1131F10069394C0888181FF83C08D7F8883D70115
S1131F2016961D921C92179712961D921C92139747
S1131F30F70102E0069382C0D70112960D911C911D
S1131F401397888182FF13C0E981FA812D813E8134
S1131F508B819C81B60175D4B0E4BB9EB001112481
S1131F606B577F4DAC01CF01820F931F84D42D8119
S1131F703E81200F311F2D833E83EB81FC81E217CC
S1131F80F30710F4ED83FE83D70116968D919C918F
S1131F9017978017910709F043C08D819E81E81738
S1131FA0F90709F43DC0E81BF90BE115B4E0FB07A0
S1131FB040F0EFEFF3E0CF01B60143D4E81BF90B97
S1131FC005C0CF01B6013DD4E81BF90BD701129629
S1131FD01D921C921397EC15FD0578F4888184609A
S1131FE08883B0E4BB9EC00111248B579F4DF70139
S1131FF084839583C682D7820FC029813A818D81DB
S11320009E81820F931FD70114968D939C931597ED
S11320101696ED93FC931797F70102E006930EC012
S1132020888180FF0BC08E7F8883EF81F88530978D
S113203029F06D817E814B2D80E00995DF91CF9150
S11320401F910F91FF90EF90DF90CF90BF90089574
S1132050CF93CFB7F89481E059DDEAECF4E080E463
S1132060808380E28083E1ECF4E08081816080837E
S1132070A9ECB4E08C9182608C93E8ECF4E080816C
S1132080806480838C9181608C938081806880835C
S1132090CFBFCF910895CF93DF93C0E6D0E01882ED
S11320A080E30E94F107E0ECF4E0808180648083A7
S11320B081E08883CFB7F89480E090E0FC01EE0FD4
S11320C0FF1FEE0FFF1FEE0FFF1FEF5EFD4D10828F
S11320D001968830910591F7E5E8F1E280818E7FE1
S11320E08083EEE8F1E280818E7F8083E7E9F1E28C
S11320F080818E7F8083E0EAF1E280818E7F80831D
S1132100E9EAF1E280818E7F8083E2EBF1E2808173
S11321108E7F80836AE170E082E0EEDC8F3F19F00D
S11321208093FA0403C08FE18093FA046BE170E0BA
S113213082E0E2DC8F3F19F08093FB0403C08FE15F
S11321408093FB04E0ECF4E08081836080838081F1
S11321508068808380818061808380E192E28683CD
S113216097838081806280838FEF8093C504E8EC3D
S1132170F4E0808182608083109254228091472C05
S11321808F3F09F4FFCF8FB7F894E7E4FCE2908126
S11321909F5F90838FBF5CDFCFBFDF91CF910895A6
S11321A08093C30408958091C304089580935E24AA
S11321B090935F2460936024709361240895E82FC2
S11321C0EF70F0E0EE0FFF1F992787FD90958827A9
S11321D0990F881F9927E80FF91FEE0FFF1FEE0FC5
S11321E0FF1FEE0FFF1FE05FFD4D8181807CD9F55D
S11321F06370613029F010F480E403C080E801C00A
S113220080EC40385105E1F050F440325105A1F022
S11322104034510599F04031510561F419C041151C
S113222092E0590789F04F3F93E0590779F041153F
S1132230514041F020E00DC022E00BC023E009C072
S113224024E007C025E005C026E003C027E001C064
S113225021E0118296E09083822B818381818062C8
S1132260818381E0089580E00895E82FEF70F0E025
S1132270EE0FFF1F992787FD90958827990F881FD8
S11322809927E80FF91FEE0FFF1FEE0FFF1FEE0F48
S1132290FF1FE05FFD4D818182FB882780F908954F
S11322A0E82FEF70F0E0EE0FFF1F282F332727FDF4
S11322B030952227330F221F3327E20FF31FEE0F2F
S11322C0FF1FEE0FFF1FEE0FFF1FE05FFD4D91811B
S11322D092FF0EC091819B7F918322DDFC0180815E
S11322E080FF06C08E7F80830780F085E02D0995EE
S11322F081E008957F928F929F92AF92BF92CF9286
S1132300DF92EF92FF920F931F93CF93DF93982E58
S1132310862E5A01690104DD7C01792C771C77240F
S1132320771CC92DCF70D0E0CC0FDD1FC70DD11D98
S1132330CC0FDD1FCC0FDD1FCC0FDD1FC05FDD4DCB
S11323408981807C09F44BC08981807C803C19F0B0
S1132350898182FD46C08FB7F894F701908190FF80
S113236003C08FBF712C3EC0F701908191609083B0
S11323708FBFF701A182B282C382D48215821682F2
S113238007831087811006C091E0C114D10419F0AD
S113239090E001C091E0F701808190FB81F98B7F8F
S11323A08083772019F01E821F8214C08981807C6B
S11323B0803C61F4CE0190DCBC01C60142D2892B81
S11323C029F0F70180818E7F80830CC01A821B82E2
S11323D01E821F82892D2EDD7724739403C0712CF5
S11323E001C0712C872DDF91CF911F910F91FF9028
S11323F0EF90DF90CF90BF90AF909F908F907F90A1
S11324000895FF920F931F93CF93DF93182FF82E05
S1132410FF1CFF24FF1CC82FCF70D0E0CC0FDD1FA2
S1132420CF0DD11DCC0FDD1FCC0FDD1FCC0FDD1F59
S1132430C05FDD4D75DCDC01FE0102E005938C918B
S113244080FF12C08E7F8C931796ED91FC911897A4
S1132450309751F0FF2019F06E817F8102C06A81AC
S11324607B81412F81E00995DF91CF911F910F91DD
S1132470FF900895CF93C82FC4DFEC2FEF70F0E0E6
S1132480EE0FFF1F8C2F992787FD90958827990FB2
S1132490881F9927E80FF91FEE0FFF1FEE0FFF1F8C
S11324A0EE0FFF1FE05FFD4D1182CF9108950F9352
S11324B0E82FEF70F0E0EE0FFF1F282F332727FDE2
S11324C030952227330F221F3327E20FF31FEE0F1D
S11324D0FF1FEE0FFF1FEE0FFF1FE05FFD4D918109
S11324E09460918301E006938CDF81E00F9108955D
S11324F01F920F920FB60F9211240F932F933F93B5
S11325004F935F936F937F938F939F93AF93BF93F7
S1132510EF93FF938091CB04882344F480E8809365
S1132520CA040E9482090E94880190C08091CB0451
S113253082FF20C084E08093CA048091182286FF21
S113254085C08091CC0481FD81C005DC81117EC0F1
S11325508091FF21813011F43BDB78C0843009F095
S113256075C0E9E1F2E204E00593E1E1F2E204E09E
S113257005936CC08091CB0481FF63C082E080939B
S1132580CA048091102286FF61C08091CC0481FD31
S11325905DC0E1DB81115AC08091FF21823041F49A
S11325A084E08093FF21E0E1F2E202E006934EC072
S11325B0833009F04BC0E9E1F2E204E00593E1E184
S11325C0F2E204E0059342C080E18093CA0481E012
S11325D018DF81E816DF82E014DF82E812DF0E9450
S11325E05D091092C304E1E1F2E2108296E0909357
S11325F0102283E48083E9E1F2E2108290931822AE
S113260080838BEB91E28093142290931522A7DAB6
S11326101DC08091CB0486FF08C080E48093CA0467
S113262080E074DA0E94860111C08091CB0485FF9A
S11326300DC080E28093CA0481E068DA0E948701B9
S113264005C08091CB0484FDBFCFE3CFFF91EF9110
S1132650BF91AF919F918F917F916F915F914F91B6
S11326603F912F910F910F900FBE0F901F901895CF
S11326701F920F920FB60F9211240F931F932F9353
S11326803F934F935F936F937F938F939F93AF93F6
S1132690BF93CF93DF93EF93FF938091CC0481FD9D
S11326A003C059DB8111B8C082E08093CC048091CF
S11326B0C5048195880FE0E1F2E2E81BF10920816D
S11326C03181205132423695279536952795369596
S11326D02795822F869520FF02C090E801C090E0E4
S11326E0890FE82FEF70F0E0EE0FFF1F282F33273C
S11326F027FD30952227330F221F3327E20FF31FC4
S1132700EE0FFF1FEE0FFF1FEE0FFF1FE05FFD4DEB
S1132710908195FF81C000E20693811178C0809179
S1132720FF21843019F462DA1ADA76C0C0911222D9
S1132730D091132280916024909161240091FB2117
S11327401091FC2198012C0F3D1F8217930718F458
S1132750EC01C01BD10B80915E2490915F24AE01EB
S11327606BEB71E2800F911F86D00C0F1D1F00933D
S1132770FB211093FC21C034D10569F48091FD2123
S11327809091FE21800F911F20915C2430915D2453
S11327908217930788F00093602410936124E091DA
S11327A06424F0916524309729F00995811102C0C1
S11327B001DA32C00DDA30C0809160249091612436
S11327C008171907F9F4E0916424F091652430970F
S11327D011F4F0D921C00995811102C0EBD91CC0B4
S11327E02091FD213091FE218091FB219091FC21CB
S11327F0820F931F8093FD219093FE211092FB2161
S11328001092FC21E0E1F2E202E0069305C0803878
S113281011F4F4D901C00EDBFF91EF91DF91CF9158
S1132820BF91AF919F918F917F916F915F914F91E4
S11328303F912F911F910F910F900FBE0F901F90FA
S11328401895AA1BBB1B51E107C0AA1FBB1FA617E3
S1132850B70710F0A61BB70B881F991F5A95A9F745
S113286080959095BC01CD010895EE0FFF1F059052
S1132870F491E02D0994FB01DC0102C001900D925A
S10F288041505040D8F70895F894FFCF61
S113288CFF55800080002A0835083B082708000003
S113289C4420162000001C201A20062009022700C0
S11328AC01010080FA0904000003FFFFFF00070583
S11328BC8102400000070502024000000705830165
S11328CCFF0301001201000200000040EB0300A012
S11328DC00020102000100000003000000000000DF
S11328EC00000000000000000000000000000000D8
S11328FC00000000000000000000000000000000C8
S113290C00000000000000000000555342476F62B5
S113291C696E6461722044756D6D792044657669C5
S113292C6365005461706972546563680000040344
S105293C090488
S9030000FC

View File

@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit or delete the file
################################################################################
src\tiny_dig.c
src\ASF\common\boards\user_board\init.c
src\ASF\common\services\ioport\xmega\ioport_compat.c
src\main.c
src\tiny_adc.c
src\tiny_dac.c
src\tiny_dma.c
src\tiny_timer.c
src\tiny_uart.c
src\ASF\common\services\usb\class\vendor\device\example\atxmega256a3bu_xmega_a3bu_xplained\ui.c
src\ASF\common\services\clock\xmega\sysclk.c
src\ASF\common\services\sleepmgr\xmega\sleepmgr.c
src\ASF\common\services\usb\class\vendor\device\udi_vendor.c
src\ASF\common\services\usb\class\vendor\device\udi_vendor_desc.c
src\ASF\common\services\usb\udc\udc.c
src\ASF\xmega\drivers\cpu\ccp.s
src\ASF\xmega\drivers\nvm\nvm.c
src\ASF\xmega\drivers\nvm\nvm_asm.s
src\ASF\xmega\drivers\usb\usb_device.c

View File

@ -0,0 +1,203 @@
src/ASF/common/boards/user_board/init.d \
src/ASF/common/boards/user_board/init.o: \
../src/ASF/common/boards/user_board/init.c ../src/asf.h \
../src/ASF/xmega/drivers/cpu/ccp.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:

View File

@ -0,0 +1,159 @@
src/ASF/common/components/display/st7565r/st7565r.d \
src/ASF/common/components/display/st7565r/st7565r.o: \
../src/ASF/common/components/display/st7565r/st7565r.c \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:

View File

@ -0,0 +1,124 @@
src/ASF/common/services/clock/xmega/sysclk.d \
src/ASF/common/services/clock/xmega/sysclk.o: \
../src/ASF/common/services/clock/xmega/sysclk.c \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/xmega/drivers/nvm/nvm.h
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/xmega/drivers/nvm/nvm.h:

View File

@ -0,0 +1,174 @@
src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.d \
src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.o: \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.c \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h \
../src/ASF/common/services/gfx_mono/gfx_mono.h \
../src/ASF/xmega/utils/progmem.h \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/gfx_mono/gfx_mono.h:
../src/ASF/xmega/utils/progmem.h:
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h:
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h:

View File

@ -0,0 +1,174 @@
src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.d \
src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.o: \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.c \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h \
../src/ASF/common/services/gfx_mono/gfx_mono.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/progmem.h \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h:
../src/ASF/common/services/gfx_mono/gfx_mono.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/progmem.h:
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h:
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h:

View File

@ -0,0 +1,174 @@
src/ASF/common/services/gfx_mono/gfx_mono_generic.d \
src/ASF/common/services/gfx_mono/gfx_mono_generic.o: \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.c \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h \
../src/ASF/common/services/gfx_mono/gfx_mono.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/progmem.h \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h:
../src/ASF/common/services/gfx_mono/gfx_mono.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/progmem.h:
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h:
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h:

View File

@ -0,0 +1,189 @@
src/ASF/common/services/gfx_mono/gfx_mono_menu.d \
src/ASF/common/services/gfx_mono/gfx_mono_menu.o: \
../src/ASF/common/services/gfx_mono/gfx_mono_menu.c \
../src/ASF/common/services/gfx_mono/sysfont.h \
../src/config/conf_sysfont.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
../src/ASF/common/services/gfx_mono/gfx_mono.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/progmem.h \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h \
../src/ASF/common/services/gfx_mono/gfx_mono_text.h \
../src/config/conf_menu.h \
../src/ASF/common/services/gfx_mono/gfx_mono_menu.h
../src/ASF/common/services/gfx_mono/sysfont.h:
../src/config/conf_sysfont.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
../src/ASF/common/services/gfx_mono/gfx_mono.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/progmem.h:
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h:
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h:
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h:
../src/ASF/common/services/gfx_mono/gfx_mono_text.h:
../src/config/conf_menu.h:
../src/ASF/common/services/gfx_mono/gfx_mono_menu.h:

View File

@ -0,0 +1,195 @@
src/ASF/common/services/gfx_mono/gfx_mono_spinctrl.d \
src/ASF/common/services/gfx_mono/gfx_mono_spinctrl.o: \
../src/ASF/common/services/gfx_mono/gfx_mono_spinctrl.c \
../src/ASF/common/services/gfx_mono/sysfont.h \
../src/config/conf_sysfont.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
../src/ASF/common/services/gfx_mono/gfx_mono.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/progmem.h \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h \
../src/ASF/common/services/gfx_mono/gfx_mono_text.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
../src/ASF/common/services/gfx_mono/gfx_mono_spinctrl.h \
../src/config/conf_spinctrl.h
../src/ASF/common/services/gfx_mono/sysfont.h:
../src/config/conf_sysfont.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
../src/ASF/common/services/gfx_mono/gfx_mono.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/progmem.h:
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h:
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h:
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h:
../src/ASF/common/services/gfx_mono/gfx_mono_text.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
../src/ASF/common/services/gfx_mono/gfx_mono_spinctrl.h:
../src/config/conf_spinctrl.h:

View File

@ -0,0 +1,179 @@
src/ASF/common/services/gfx_mono/gfx_mono_text.d \
src/ASF/common/services/gfx_mono/gfx_mono_text.o: \
../src/ASF/common/services/gfx_mono/gfx_mono_text.c \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\assert.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
../src/ASF/common/services/gfx_mono/gfx_mono.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h ../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h \
../src/ASF/common/services/gfx_mono/gfx_mono_text.h
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\assert.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
../src/ASF/common/services/gfx_mono/gfx_mono.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h:
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h:
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h:
../src/ASF/common/services/gfx_mono/gfx_mono_text.h:

View File

@ -0,0 +1,186 @@
src/ASF/common/services/gfx_mono/sysfont.d \
src/ASF/common/services/gfx_mono/sysfont.o: \
../src/ASF/common/services/gfx_mono/sysfont.c \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\assert.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/config/conf_sysfont.h \
../src/ASF/common/services/gfx_mono/gfx_mono.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/progmem.h \
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h \
../src/ASF/common/components/display/st7565r/st7565r.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/delay/delay.h \
../src/ASF/common/services/delay/xmega/cycle_counter.h \
../src/config/conf_st7565r.h ../src/ASF/common/services/spi/usart_spi.h \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/config/conf_usart_spi.h \
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h \
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h \
../src/ASF/common/services/gfx_mono/sysfont.h \
../src/ASF/common/services/gfx_mono/gfx_mono_text.h
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\assert.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/config/conf_sysfont.h:
../src/ASF/common/services/gfx_mono/gfx_mono.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/progmem.h:
../src/ASF/common/services/gfx_mono/gfx_mono_c12832_a1z.h:
../src/ASF/common/components/display/st7565r/st7565r.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/delay/delay.h:
../src/ASF/common/services/delay/xmega/cycle_counter.h:
../src/config/conf_st7565r.h:
../src/ASF/common/services/spi/usart_spi.h:
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/gfx_mono/gfx_mono_framebuffer.h:
../src/ASF/common/services/gfx_mono/gfx_mono_generic.h:
../src/ASF/common/services/gfx_mono/sysfont.h:
../src/ASF/common/services/gfx_mono/gfx_mono_text.h:

View File

@ -0,0 +1,98 @@
src/ASF/common/services/ioport/xmega/ioport_compat.d \
src/ASF/common/services/ioport/xmega/ioport_compat.o: \
../src/ASF/common/services/ioport/xmega/ioport_compat.c \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/common/utils/parts.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/ioport/xmega/../xmega/ioport.h
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/ioport/xmega/../xmega/ioport.h:

View File

@ -0,0 +1,104 @@
src/ASF/common/services/sleepmgr/xmega/sleepmgr.d \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.o: \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.c \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h ../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:

View File

@ -0,0 +1,142 @@
src/ASF/common/services/spi/xmega_spi/spi_master.d \
src/ASF/common/services/spi/xmega_spi/spi_master.o: \
../src/ASF/common/services/spi/xmega_spi/spi_master.c \
../src/ASF/common/services/spi/xmega_spi/spi_master.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/drivers/spi/spi.h ../src/config/conf_spi_master.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h
../src/ASF/common/services/spi/xmega_spi/spi_master.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/drivers/spi/spi.h:
../src/config/conf_spi_master.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:

View File

@ -0,0 +1,145 @@
src/ASF/common/services/spi/xmega_usart_spi/usart_spi.d \
src/ASF/common/services/spi/xmega_usart_spi/usart_spi.o: \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.c \
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/config/conf_usart_spi.h ../src/ASF/common/services/clock/sysclk.h \
../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h
../src/ASF/common/services/spi/xmega_usart_spi/usart_spi.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/config/conf_usart_spi.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:

View File

@ -0,0 +1,204 @@
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o: \
../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.c \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:

View File

@ -0,0 +1,135 @@
src/ASF/common/services/usb/class/vendor/device/udi_vendor.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.o: \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.c \
../src/config/conf_usb.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udc.h \
../src/ASF/common/services/usb/udc/udd.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/ASF/common/services/usb/udc/udd.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:

View File

@ -0,0 +1,126 @@
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.o: \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.c \
../src/config/conf_usb.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:

View File

@ -0,0 +1,222 @@
src/ASF/common/services/usb/udc/udc.d \
src/ASF/common/services/usb/udc/udc.o: \
../src/ASF/common/services/usb/udc/udc.c ../src/config/conf_usb.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc.h ../src/globals.h \
../src/tiny_dma.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/globals.h ../src/tiny_adc.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/globals.h:
../src/tiny_dma.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/globals.h:
../src/tiny_adc.h:

View File

@ -0,0 +1,110 @@
src/ASF/xmega/boards/xmega_a3bu_xplained/init.d \
src/ASF/xmega/boards/xmega_a3bu_xplained/init.o: \
../src/ASF/xmega/boards/xmega_a3bu_xplained/init.c \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:

View File

@ -0,0 +1,34 @@
src/ASF/xmega/drivers/cpu/ccp.d src/ASF/xmega/drivers/cpu/ccp.o: \
../src/ASF/xmega/drivers/cpu/ccp.s ../src/ASF/xmega/utils/assembler.h \
../src/ASF/xmega/utils/assembler/gas.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h
../src/ASF/xmega/utils/assembler.h:
../src/ASF/xmega/utils/assembler/gas.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:

View File

@ -0,0 +1,96 @@
src/ASF/xmega/drivers/nvm/nvm.d src/ASF/xmega/drivers/nvm/nvm.o: \
../src/ASF/xmega/drivers/nvm/nvm.c ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/ccp.h ../src/ASF/xmega/drivers/nvm/nvm.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:

View File

@ -0,0 +1,35 @@
src/ASF/xmega/drivers/nvm/nvm_asm.d src/ASF/xmega/drivers/nvm/nvm_asm.o: \
../src/ASF/xmega/drivers/nvm/nvm_asm.s \
../src/ASF/xmega/utils/assembler.h \
../src/ASF/xmega/utils/assembler/gas.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h
../src/ASF/xmega/utils/assembler.h:
../src/ASF/xmega/utils/assembler/gas.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:

View File

@ -0,0 +1,106 @@
src/ASF/xmega/drivers/spi/spi.d src/ASF/xmega/drivers/spi/spi.o: \
../src/ASF/xmega/drivers/spi/spi.c ../src/ASF/xmega/drivers/spi/spi.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/utils/status_codes.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h
../src/ASF/xmega/drivers/spi/spi.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:

View File

@ -0,0 +1,138 @@
src/ASF/xmega/drivers/usart/usart.d src/ASF/xmega/drivers/usart/usart.o: \
../src/ASF/xmega/drivers/usart/usart.c \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/usart/usart.h \
../src/ASF/xmega/drivers/pmic/pmic.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/xmega/utils/status_codes.h
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox256a3bu.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/usart/usart.h:
../src/ASF/xmega/drivers/pmic/pmic.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/xmega/boards/xmega_a3bu_xplained/xmega_a3bu_xplained.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/xmega/utils/status_codes.h:

View File

@ -0,0 +1,180 @@
src/ASF/xmega/drivers/usb/usb_device.d \
src/ASF/xmega/drivers/usb/usb_device.o: \
../src/ASF/xmega/drivers/usb/usb_device.c ../src/config/conf_usb.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/xmega/drivers/usb/usb_device.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h ../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/xmega/drivers/usb/usb_device.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:

View File

@ -0,0 +1,226 @@
src/main.d src/main.o: ../src/main.c \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/ui.h ../src/globals.h \
../src/tiny_adc.h ../src/tiny_dma.h ../src/tiny_timer.h \
../src/tiny_dac.h ../src/tiny_uart.h ../src/tiny_dig.h
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ui.h:
../src/globals.h:
../src/tiny_adc.h:
../src/tiny_dma.h:
../src/tiny_timer.h:
../src/tiny_dac.h:
../src/tiny_uart.h:
../src/tiny_dig.h:

Binary file not shown.

View File

@ -0,0 +1,215 @@
src/tiny_adc.d src/tiny_adc.o: ../src/tiny_adc.c ../src/tiny_adc.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/globals.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h
../src/tiny_adc.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/globals.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:

Binary file not shown.

View File

@ -0,0 +1,213 @@
src/tiny_dac.d src/tiny_dac.o: ../src/tiny_dac.c ../src/tiny_dac.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
../src/tiny_adc.h
../src/tiny_dac.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
../src/tiny_adc.h:

Binary file not shown.

View File

@ -0,0 +1,206 @@
src/tiny_dig.d src/tiny_dig.o: ../src/tiny_dig.c ../src/tiny_dig.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/globals.h
../src/tiny_dig.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/globals.h:

Binary file not shown.

View File

@ -0,0 +1,217 @@
src/tiny_dma.d src/tiny_dma.o: ../src/tiny_dma.c ../src/tiny_dma.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/globals.h ../src/tiny_adc.h \
../src/tiny_uart.h
../src/tiny_dma.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/globals.h:
../src/tiny_adc.h:
../src/tiny_uart.h:

Binary file not shown.

View File

@ -0,0 +1,213 @@
src/tiny_timer.d src/tiny_timer.o: ../src/tiny_timer.c \
../src/tiny_timer.h ../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
../src/globals.h
../src/tiny_timer.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
../src/globals.h:

Binary file not shown.

View File

@ -0,0 +1,2 @@
src/tiny_timercounter.d src/tiny_timercounter.o: \
../src/tiny_timercounter.c

View File

@ -0,0 +1,213 @@
src/tiny_uart.d src/tiny_uart.o: ../src/tiny_uart.c ../src/tiny_uart.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
../src/globals.h
../src/tiny_uart.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
../src/globals.h:

Binary file not shown.

View File

@ -0,0 +1,375 @@
################################################################################
# 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/ \
../src/ASF/ \
../src/ASF/common/ \
../src/ASF/common/boards/ \
../src/ASF/common/boards/user_board/ \
../src/ASF/common/services/ \
../src/ASF/common/services/clock/ \
../src/ASF/common/services/clock/xmega/ \
../src/ASF/common/services/ioport/ \
../src/ASF/common/services/ioport/xmega/ \
../src/ASF/common/services/sleepmgr/ \
../src/ASF/common/services/sleepmgr/xmega/ \
../src/ASF/common/services/usb/ \
../src/ASF/common/services/usb/class/ \
../src/ASF/common/services/usb/class/vendor/ \
../src/ASF/common/services/usb/class/vendor/device/ \
../src/ASF/common/services/usb/class/vendor/device/example/ \
../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ \
../src/ASF/common/services/usb/udc/ \
../src/ASF/common/utils/ \
../src/ASF/common/utils/interrupt/ \
../src/ASF/common/utils/make/ \
../src/ASF/xmega/ \
../src/ASF/xmega/drivers/ \
../src/ASF/xmega/drivers/cpu/ \
../src/ASF/xmega/drivers/nvm/ \
../src/ASF/xmega/drivers/sleep/ \
../src/ASF/xmega/drivers/usb/ \
../src/ASF/xmega/utils/ \
../src/ASF/xmega/utils/assembler/ \
../src/ASF/xmega/utils/bit_handling/ \
../src/ASF/xmega/utils/preprocessor/ \
../src/config/
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../src/tiny_dig.c \
../src/ASF/common/boards/user_board/init.c \
../src/ASF/common/services/ioport/xmega/ioport_compat.c \
../src/main.c \
../src/tiny_adc.c \
../src/tiny_dac.c \
../src/tiny_dma.c \
../src/tiny_timer.c \
../src/tiny_uart.c \
../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.c \
../src/ASF/common/services/clock/xmega/sysclk.c \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.c \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.c \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.c \
../src/ASF/common/services/usb/udc/udc.c \
../src/ASF/xmega/drivers/nvm/nvm.c \
../src/ASF/xmega/drivers/usb/usb_device.c
PREPROCESSING_SRCS += \
../src/ASF/xmega/drivers/cpu/ccp.s \
../src/ASF/xmega/drivers/nvm/nvm_asm.s
ASM_SRCS +=
OBJS += \
src/tiny_dig.o \
src/ASF/common/boards/user_board/init.o \
src/ASF/common/services/ioport/xmega/ioport_compat.o \
src/main.o \
src/tiny_adc.o \
src/tiny_dac.o \
src/tiny_dma.o \
src/tiny_timer.o \
src/tiny_uart.o \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o \
src/ASF/common/services/clock/xmega/sysclk.o \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.o \
src/ASF/common/services/usb/udc/udc.o \
src/ASF/xmega/drivers/cpu/ccp.o \
src/ASF/xmega/drivers/nvm/nvm.o \
src/ASF/xmega/drivers/nvm/nvm_asm.o \
src/ASF/xmega/drivers/usb/usb_device.o
OBJS_AS_ARGS += \
src/tiny_dig.o \
src/ASF/common/boards/user_board/init.o \
src/ASF/common/services/ioport/xmega/ioport_compat.o \
src/main.o \
src/tiny_adc.o \
src/tiny_dac.o \
src/tiny_dma.o \
src/tiny_timer.o \
src/tiny_uart.o \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o \
src/ASF/common/services/clock/xmega/sysclk.o \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.o \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.o \
src/ASF/common/services/usb/udc/udc.o \
src/ASF/xmega/drivers/cpu/ccp.o \
src/ASF/xmega/drivers/nvm/nvm.o \
src/ASF/xmega/drivers/nvm/nvm_asm.o \
src/ASF/xmega/drivers/usb/usb_device.o
C_DEPS += \
src/tiny_dig.d \
src/ASF/common/boards/user_board/init.d \
src/ASF/common/services/ioport/xmega/ioport_compat.d \
src/main.d \
src/tiny_adc.d \
src/tiny_dac.d \
src/tiny_dma.d \
src/tiny_timer.d \
src/tiny_uart.d \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/ASF/common/services/clock/xmega/sysclk.d \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.d \
src/ASF/common/services/usb/udc/udc.d \
src/ASF/xmega/drivers/cpu/ccp.d \
src/ASF/xmega/drivers/nvm/nvm.d \
src/ASF/xmega/drivers/nvm/nvm_asm.d \
src/ASF/xmega/drivers/usb/usb_device.d
C_DEPS_AS_ARGS += \
src/tiny_dig.d \
src/ASF/common/boards/user_board/init.d \
src/ASF/common/services/ioport/xmega/ioport_compat.d \
src/main.d \
src/tiny_adc.d \
src/tiny_dac.d \
src/tiny_dma.d \
src/tiny_timer.d \
src/tiny_uart.d \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/ASF/common/services/clock/xmega/sysclk.d \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.d \
src/ASF/common/services/usb/udc/udc.d \
src/ASF/xmega/drivers/cpu/ccp.d \
src/ASF/xmega/drivers/nvm/nvm.d \
src/ASF/xmega/drivers/nvm/nvm_asm.d \
src/ASF/xmega/drivers/usb/usb_device.d
OUTPUT_FILE_PATH +=USB_BULK_TEST.elf
OUTPUT_FILE_PATH_AS_ARGS +=USB_BULK_TEST.elf
ADDITIONAL_DEPENDENCIES:=
OUTPUT_FILE_DEP:= ./makedep.mk
LIB_DEP+=
LINKER_SCRIPT_DEP+=
# AVR32/GNU C Compiler
src/%.o: ../src/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/boards/user_board/%.o: ../src/ASF/common/boards/user_board/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/ioport/xmega/%.o: ../src/ASF/common/services/ioport/xmega/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/%.o: ../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/clock/xmega/%.o: ../src/ASF/common/services/clock/xmega/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/sleepmgr/xmega/%.o: ../src/ASF/common/services/sleepmgr/xmega/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/usb/class/vendor/device/%.o: ../src/ASF/common/services/usb/class/vendor/device/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/common/services/usb/udc/%.o: ../src/ASF/common/services/usb/udc/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/nvm/%.o: ../src/ASF/xmega/drivers/nvm/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/usb/%.o: ../src/ASF/xmega/drivers/usb/%.c
@echo Building file: $<
@echo Invoking: AVR/GNU C Compiler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -x c -DNDEBUG -DBOARD=USER_BOARD -I"../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I"../common/services/usb/class/vendor/device/example" -I"../src/ASF/common/services/usb/udc" -I"../src/ASF/xmega/drivers/nvm" -I"../src/ASF/common/services/sleepmgr" -I"../src/ASF/common/services/clock" -I"../src/ASF/xmega/drivers/sleep" -I"../src/ASF/xmega/drivers/usb" -I"../src/ASF/xmega/drivers/cpu" -I"../src/ASF/common/services/usb/class/vendor" -I"../src/ASF/common/services/usb/class/vendor/device" -I"../src/ASF/common/services/usb" -I"../common/applications/user_application/user_board/config" -I"../src/ASF/xmega/utils" -I"../src/config" -I"../src/ASF/common/boards" -I"../src/ASF/xmega/utils/preprocessor" -I"../src/ASF/common/utils" -I"../src" -I"../src/ASF/common/boards/user_board" -I"../src/ASF/common/services/ioport" -Os -fdata-sections -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -Wall -mmcu=atxmega32a4u -c -std=gnu99 -fno-strict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -mrelax -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
@echo Finished building: $<
# AVR32/GNU Preprocessing Assembler
# AVR32/GNU Assembler
src/ASF/xmega/drivers/cpu/ccp.o: ../src/ASF/xmega/drivers/cpu/ccp.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/nvm/nvm_asm.o: ../src/ASF/xmega/drivers/nvm/nvm_asm.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/cpu/%.o: ../src/ASF/xmega/drivers/cpu/%.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -o "$@" "$<"
@echo Finished building: $<
src/ASF/xmega/drivers/nvm/%.o: ../src/ASF/xmega/drivers/nvm/%.s
@echo Building file: $<
@echo Invoking: AVR32/GNU Assembler : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -Wa,-gdwarf2 -x assembler-with-cpp -c -mmcu=atxmega32a4u -mrelax -DBOARD=USER_BOARD -I "../common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained" -I "../common/services/usb/class/vendor/device/example" -I "../src/ASF/common/services/usb/udc" -I "../src/ASF/xmega/drivers/nvm" -I "../src/ASF/common/services/sleepmgr" -I "../src/ASF/common/services/clock" -I "../src/ASF/xmega/drivers/sleep" -I "../src/ASF/xmega/drivers/usb" -I "../src/ASF/xmega/drivers/cpu" -I "../src/ASF/common/services/usb/class/vendor" -I "../src/ASF/common/services/usb/class/vendor/device" -I "../src/ASF/common/services/usb" -I "../common/applications/user_application/user_board/config" -I "../src/ASF/xmega/utils" -I "../src/config" -I "../src/ASF/common/boards" -I "../src/ASF/xmega/utils/preprocessor" -I "../src/ASF/common/utils" -I "../src" -I "../src/ASF/common/boards/user_board" -I "../src/ASF/common/services/ioport" -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -mrelax -o "$@" "$<"
@echo Finished building: $<
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 : 4.8.1
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="USB_BULK_TEST.map" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,--gc-sections -mrelax -mmcu=atxmega32a4u -Wl,--relax
@echo Finished building target: $@
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures "USB_BULK_TEST.elf" "USB_BULK_TEST.hex"
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\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 "USB_BULK_TEST.elf" "USB_BULK_TEST.eep" || exit 0
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-objdump.exe" -h -S "USB_BULK_TEST.elf" > "USB_BULK_TEST.lss"
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures "USB_BULK_TEST.elf" "USB_BULK_TEST.srec"
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.1061\avr8-gnu-toolchain\bin\avr-size.exe" "USB_BULK_TEST.elf"
# Other Targets
clean:
-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)
-$(RM) $(C_DEPS_AS_ARGS)
rm -rf "USB_BULK_TEST.elf" "USB_BULK_TEST.a" "USB_BULK_TEST.hex" "USB_BULK_TEST.lss" "USB_BULK_TEST.eep" "USB_BULK_TEST.map" "USB_BULK_TEST.srec" "USB_BULK_TEST.usersignatures"

View File

@ -0,0 +1 @@
:00000001FF

Binary file not shown.

View File

@ -0,0 +1,608 @@
:100000001DC1000037C1000035C1000033C1000030
:1000100031C100002FC100002DC100002BC1000024
:1000200029C1000027C1000025C1000023C1000034
:1000300021C100001FC100001DC100001BC1000044
:1000400019C1000017C1000015C1000013C1000054
:1000500011C100000FC100000DC100000BC1000064
:1000600009C1000007C1000005C1000003C1000074
:1000700001C10000FFC00000FDC00000FBC0000087
:10008000F9C00000F7C00000F5C00000F3C0000098
:10009000F1C00000EFC00000EDC00000EBC00000A8
:1000A000E9C00000E7C00000E5C00000E3C00000B8
:1000B000E1C00000DFC00000DDC00000DBC00000C8
:1000C000D9C00000D7C00000D5C00000D3C00000D8
:1000D000D1C00000CFC00000CDC00000CBC00000E8
:1000E000C9C00000C7C00000C5C00000C3C00000F8
:1000F000C1C00000BFC00000BDC00000BBC0000008
:10010000B9C00000B7C00000B5C00000B3C0000017
:10011000B1C00000AFC00000ADC00000ABC0000027
:10012000A9C00000A7C00000A5C00000A3C0000037
:10013000A1C000009FC000009DC000009BC0000047
:1001400099C0000097C0000095C0000026C60000BE
:1001500091C000008FC000008DC000008BC0000067
:1001600089C0000087C0000085C0000083C0000077
:1001700081C000007FC000007DC000007BC0000087
:1001800079C0000077C0000075C0000073C0000097
:1001900071C000006FC000006DC000006BC00000A7
:1001A00069C0000067C0000065C0000063C00000B7
:1001B00061C000005FC000005DC000005BC00000C7
:1001C00059C0000057C0000055C0000053C00000D7
:1001D00051C000004FC000004DC000004BC00000E7
:1001E00049C0000047C0000045C0000043C00000F7
:1001F00041C000000C94EB100C94A011820184010A
:10020000860188018A018F018C018E0168096A09C3
:100210008009B609BF09C409130A180AD709E009F9
:10022000EE09F009F209FC09060A110AD009D909F8
:10023000E209F009F209F409FE09080A11241FBEB7
:10024000CFEFCDBFDFE2DEBF10E2A0E0B0E2EEE232
:10025000F5E202C005900D92A03CB107D9F72CE25F
:10026000A0ECB0E201C01D92A835B207E1F71BD0A7
:100270000C949512C5CEE0E8F6E08FE0808385E02F
:100280008483089508958091C220811103C08EEE69
:1002900092E002C080E090E043E451E06EEE72E054
:1002A0008A58994DC7C687E08093A200789420D6DB
:1002B000E9DF98D7B1D0D4D060E080E07ED06AD0BA
:1002C0008CE05ED02FD5C8D5E1D5D5DF0000000089
:1002D000000000000000000000000000000000001E
:1002E0000000000000000000F1CF08950895809103
:1002F000002090E08830910590F4FC01E250FF4F1F
:100300000C94861210D10BC08CD109C02AD207C020
:10031000E5D205C079D303C060D401C0D5D4909193
:10032000C22081E0911180E08093C220089581E095
:100330008093C32043E451E06EEE72E086E796E2DC
:1003400079D681E008951092C320089581E0089540
:1003500081E0089510922002982F9C7193689093E9
:10036000200287FD03C090E080E002C090E182E0BF
:10037000892B809321021092220210922602089566
:10038000E0E0F2E010AA836880AB80E181AB12AAC2
:1003900016AA0895E0E0F2E010A683E880A78FE2B5
:1003A00081A712A616A6089592E09093CA01E82F9D
:1003B000F0E084911092CA010895909171009D7FA0
:1003C0009093710010920002623011F49EE101C01E
:1003D0009CE19093010290E490930202882311F033
:1003E00080EC01C080E480930302613011F482E06C
:1003F00001C083E08093040280E2D6DF80930C0288
:1004000081E2D2DF80930D0210921802109219023D
:1004100081E080930002BECFCF93DF93E0E7F0E06E
:1004200082818B7F8283C0E2D3E08DE0888380E489
:10043000898389E08A8383E3B7DF888782E3B4DF37
:10044000898787E3B1DF8A8786E3AEDF8B87E0E2C7
:10045000F6E08081836080831482DF91CF910895DC
:10046000E0E7F0E080818E7F808380E88093000168
:100470000895E0E0F1E0108A80E4808B10A280A370
:1004800010AA80ABE0E4F1E0108280831092C220D9
:100490001092C120089510920020EBDFE0E0F1E01F
:1004A00016AA44E240AB11AA39E532AB82E083AB35
:1004B000809102209091032084AB95AB86E794E273
:1004C00080AF91AF12AE8BE384AF23E020933D0168
:1004D00010923E0180A9806880AB10924601E0E452
:1004E000F1E0408310924101309342012093430197
:1004F00080910420909105208093440190934501C0
:1005000086E692E2809348019093490110924A0155
:1005100089E380934C0120934D0110924E0180811C
:10052000806880830895E0E0F1E0108A80E4808BA9
:1005300084E0808B118A81E9828B80E1838B87E75D
:1005400091E0848B958B84E2808F82E0818F128E84
:100550004091C2202EEE32E0429FC001439F900D99
:1005600011248A58994D848F4091C220429FC00126
:10057000439F900D11248A58994D958F168E80892E
:100580008068808B089581E08093002072DFE0E036
:10059000F1E010AA80E480AB84E080AB11AA12AA3B
:1005A0008BE483AB14AA15AA16AA81E090E280AF6F
:1005B00091AF12AE80EA84AF88E080933D01109243
:1005C0003E0180A9806A80AB85E58093A0081092E7
:1005D0004601E0E4F1E084E280831092410189E584
:1005E0008093420182E080934301809102209091A8
:1005F0000320809344019093450186E692E2809324
:1006000048019093490110924A018BE380934C0179
:1006100083E080934D0110924E0180818068808339
:100620000895E0E0F1E0108AA0E4A08B74E0708B04
:10063000118A61E9628B80E1838B47E751E0448B4B
:10064000558B84E2808F82E0818F128EB091C22020
:100650008EEE92E0B89F9001B99F300D11242A5878
:10066000394D248FB091C220B89F9001B99F300DB1
:1006700011242A58394D358F168E20892068208BF9
:1006800010A2A0A370A311A262A32BE423A344A3EE
:1006900055A320EA20A728E021A712A64091C22056
:1006A000489F9001499F300D11242351384D24A7B4
:1006B0004091C220489F9001499F300D1124235141
:1006C000384D35A716A680A1806880A30895CF93E2
:1006D000C2E0C0930020CDDEE0E0F1E016AA44E2E3
:1006E00040AB11AA39E532AB23E023AB8091042063
:1006F0009091052084AB95AB86E692E280AF91AFF6
:1007000012AE89E384AF20933D0110923E0180A98F
:10071000806880AB10924601E0E4F1E040831092E3
:10072000410130934201C093430180910220909196
:100730000320809344019093450186E794E28093DF
:1007400048019093490110924A018BE380934C0138
:1007500020934D0110924E01808180688083CF915B
:100760000895CF93E0E0F1E0108AB0E4B08BA4E00C
:10077000A08B118A71E9728B80E1838B47E751E08E
:10078000448B558B84E2808F62E0618F128EC09122
:10079000C2208EEE92E0C89F9001C99F300D1124B7
:1007A0002A58394D248FC091C220C89F9001C99FFB
:1007B000300D11242A58394D358F168E2089206826
:1007C000208B10A2B0A3A0A311A272A322E123A3A5
:1007D00044A355A324E320A761A712A64091C220F9
:1007E000489F9001499F300D11242351384D24A773
:1007F0004091C220489F9001499F300D1124235100
:10080000384D35A716A680A1806880A3CF910895A2
:10081000CF93C3E0C09300202CDEE0E0F1E010A213
:1008200080E480A384E080A311A212A28BE483A3BE
:1008300014A215A216A281E090E280A791A712A6A9
:1008400080EA84A788E085A716A680A1806A80A395
:1008500085E58093A00816AA34E230AB11AA29E5F9
:1008600022AB82E083AB809102209091032084AB85
:1008700095AB86E794E280AF91AF12AE8BE384AF85
:10088000C0933D0110923E0180A9806880AB109218
:100890004601E0E4F1E030831092410120934201EF
:1008A000C0934301809104209091052080934401DE
:1008B0009093450186E692E2809348019093490126
:1008C00010924A0189E380934C01C0934D0110922C
:1008D0004E01808180688083CF910895E0E0F1E04F
:1008E000108A80E4808B84E0808B118A81E9828B7E
:1008F0008BE4838B87E791E0848B958B80EA808FF4
:1009000088E0818F128E4091C2202EEE32E0429F0D
:10091000C001439F900D11248A58994D848F4091B6
:10092000C220429FC001439F900D11248A58994DC7
:10093000958F168E80898068808B0895CF93C4E050
:10094000C093002096DDE0E0F1E010A280E480A3F7
:10095000C0A311A212A28BE483A314A215A216A213
:1009600081E090E280A791A712A680EA84A788E0A0
:1009700085A716A680A1806A80A385E58093A0083C
:1009800016AA44E240AB11AA39E532AB23E023AB0F
:10099000809104209091052084AB95AB86E692E28D
:1009A00080AF91AF12AE89E384AF20933D011092E6
:1009B0003E0180A9806880AB10924601E0E4F1E03E
:1009C0004083109241013093420182E080934301C1
:1009D00080910220909103208093440190934501DF
:1009E00086E794E2809348019093490110924A016E
:1009F0008BE380934C0120934D0110924E01808136
:100A000080688083CF910895CF93E0E0F1E0108A71
:100A1000B0E4B08BA4E0A08B118A71E9728B8BE4F7
:100A2000838B47E751E0448B558B80EA808F68E0E9
:100A3000618F128EC091C2208EEE92E0C89F90010D
:100A4000C99F300D11242A58394D248FC091C220DE
:100A5000C89F9001C99F300D11242A58394D358FF8
:100A6000168E20892068208B10AAB0ABA0AB11AAEB
:100A700072AB2AE423AB44AB55AB23EC20AF61AFA0
:100A800012AE4091C220489F9001499F300D112421
:100A90002351384D24AF4091C220489F9001499F77
:100AA000300D11242351384D30933D0110923E01F9
:100AB00080A9806880ABCF91089585E08093002065
:100AC000D8DCE0E0F1E016AA54E250AB11AA49E507
:100AD00042AB23E023AB809104209091052084ABAE
:100AE00095AB86E692E280AF91AF12AE39E334AFB8
:100AF00020933D0110923E0180A9806880AB109246
:100B00004601E0E4F1E0508310924101409342013C
:100B1000209343018091042090910520809344010B
:100B20009093450186E796E28093480190934901AE
:100B300010924A0130934C0120934D0110924E01C6
:100B4000808180688083089586E08093002091DC16
:100B5000E0E0F1E016AA44E240AB11AA39E532AB7D
:100B600023E023AB809104209091052084AB95ABCA
:100B700086E692E280AF91AF12AE89E384AF209314
:100B80003D0110923E0180A9806880AB1092460121
:100B9000E0E4F1E04083109241013093420182E0B1
:100BA000809343018091022090910320809344011F
:100BB0009093450186E794E2809348019093490120
:100BC00010924A018BE380934C0120934D011092C7
:100BD0004E018081806880830895E0E0F1E0108A12
:100BE00080E4808B84E0808B118A81E9828B80E1B4
:100BF000838B2EEE32E0248B358B84E2808F82E073
:100C0000818F128E4091C220429FC001439F900D60
:100C100011248A58994D848F4091C220429FC0016F
:100C2000439F900D11248A58994D958F168E808977
:100C30008068808B089587E0809300201ADCE0E0D4
:100C4000F1E016AA44E240AB11AA39E532AB23E049
:100C500023AB809104209091052084AB95AB86E670
:100C600092E280AF91AF12AE89E384AF20933D0151
:100C700010923E0180A9806880AB10924601E0E4AA
:100C8000F1E04083109241013093420182E0809371
:100C9000430180910220909103208093440190931E
:100CA000450186E794E280934801909349011092B0
:100CB0004A018BE380934C0120934D0110924E0129
:100CC0008081806880830895E0E0F1E0108A80E40C
:100CD000808B85E0808B118A81E9828B80E1838B18
:100CE0002EEE32E0248B358B84E2808F82E0818F80
:100CF000128E4091C220429FC001439F900D11244B
:100D00008A58994D848F4091C220429FC001439FD1
:100D1000900D11248A58994D958F168E8089806880
:100D2000808B0895E0E7F0E083818C7F838384816A
:100D30008C7F848380818D7F8083E0E8F1E080EC8C
:100D40008283128688EC81831186E0E0F8E024E05B
:100D5000208333E03183148285ED91E086A397A34D
:100D60001682E0E4F8E020833183148286A397A3FF
:100D70001682E0E6F6E0808180618083E0E4F9E0BD
:100D800083E18183148281E0868380E090E186A301
:100D900097A310A611A6208308951F920F920FB655
:100DA0000F9211242F933F934F935F938F939F93B1
:100DB000CF93DF931F92CDB7DEB7809100208730AD
:100DC00031F480912C02898380912D0202C08091A0
:100DD0002C024091C020481B8091680990916909BC
:100DE00042308CF0843F9F4070F42091680930912C
:100DF000690949301CF08CE090E002C081E090E08D
:100E0000820F931F17C080916809909169094F3F25
:100E1000ACF40D9798F02091680930916909483F2A
:100E20001CF48CE090E002C081E090E0A901481B36
:100E3000590BCA0180937809909379090F90DF913B
:100E4000CF919F918F915F914F913F912F910F90F3
:100E50000FBE0F901F901895E0E7F0E083818F7E22
:100E60008383E0E4F6E080818A6A80838FEF848365
:100E700088E5828B80E28687E0EAF8E084EC85836F
:100E800083E08683178288E184830895E0E7F0E0B9
:100E90008381877F838380E48093C00888E5E0E4D2
:100EA000F6E0878B08959FB7F894E0E5F0E02081A5
:100EB000822B80839FBF08959FB7F894A0E5B0E090
:100EC00016968C911697897F16968C931697E0E666
:100ED000F0E080E885838BEB868316968C911697DD
:100EE000846016968C938081816080839FBF089573
:100EF000CF93DF9300D000D0CDB7DEB78FEF8093D4
:100F000070008093710080937200809373008093CF
:100F10007400809375008093760064E081E490E033
:100F2000D6D46CE170E082E0D8D48C836DE170E0BF
:100F300082E0D3D48B838B819C81019621F480E461
:100F400093E28B839C838B819C8189839A8380939A
:100F500062008A818093630082E0A5DF8091510066
:100F600081FFFCCFA9DF61E080E490E0B0D49FB7BF
:100F7000F894809150008E7F809350009FBF2496FC
:100F8000CDBFDEBFDF91CF9108959FB7F894E82FD2
:100F9000F0E0E059FF4F60958081862380839FBFFA
:100FA0000895CF93863011F4C8E101C0C0E080916C
:100FB000510081FD07C082E076DF8091510081FF02
:100FC000FCCF7ADF6C2F636084E490E080D460E42F
:100FD00080E0CF91DACF8091C42008958091C42021
:100FE000813009F4B0C90895F8D0FC018381809361
:100FF000C420811101C09BC981E0089590916624AD
:10100000892F807697FF07C0803491F48091672400
:1010100081110EC09DC9803459F4809167248111DB
:1010200007C080916C2490916D24892B09F08EC9A2
:1010300080E008950F931F939B018A01AC0160E04B
:1010400083E80E9425101F910F91089580916824D4
:101050008F777AC79091CC20992361F1E091C920D4
:10106000F091CA200190F081E02D9481891710F54C
:10107000E093C720F093C820228133812E0F3F1FB9
:10108000E217F30798F49181943061F49281891307
:1010900009C09381691306C0E093C720F093C8206C
:1010A00081E008959081E90FF11DEACFE093C72018
:1010B000F093C82080E00895E091C920F091CA2003
:1010C0000190F081E02D228133812E0F3F1FFC0122
:1010D0004081E40FF11DE217F30748F48181843069
:1010E00031F0853039F08081E80FF11DF4CF80E0D8
:1010F00090E00895CF0108951F93CF93DF93182FA9
:10110000A9DF882339F1C091C720D091C820CE0132
:10111000D3DFEC01009741F04C815D816B818A81C6
:1011200022D78111F4CF16C0E091C920F091CA20D6
:1011300092818381E92FF82FE10FF11DE10FF11D5D
:101140000190F081E02D0190F081E02DDF91CF91B1
:101150001F91099480E0DF91CF911F910895FF9234
:101160000F931F93CF93DF93C82F60E073DFF82EA8
:10117000882361F1E091C920F091CA209281838196
:10118000E92FF82FEC0FF11DEC0FF11D00811181FB
:10119000D8011696ED91FC9117970995682F8C2F21
:1011A00059DFF82E882391F0C091C720D091C82034
:1011B000CE0182DFEC01009719F08A81F3D7F8CFD6
:1011C000D8011296ED91FC91139709958F2DDF911F
:1011D000CF911F910F91FF9008958091C72090911A
:1011E000C820089539C6CF938091CC20811108C0C2
:1011F0001092CC201092D0201092D120CF9108953F
:10120000C0E0E091C920F091CA200190F081E02D6A
:101210008481C81768F78C2FA2DFCF5FF2CFCF93FE
:101220008091CC208823F1F0C0E0E091C920F091BA
:10123000CA20A081B18114968C91C81798F492812C
:101240008381E92FF82FEC0FF11DEC0FF11D0190B8
:10125000F081E02D0084F185E02D309709F00995AB
:10126000CF5FE3CFCF910895CF92DF92FF920F939C
:101270001F93CF93DF931F92CDB7DEB710927024E8
:10128000109271241092722410927324109274247C
:10129000109275242091662427FF07C080916C244A
:1012A00090916D24892B09F408C3822F80768034B5
:1012B00009F0C5C08091672490E0FC01E05AF10973
:1012C000E830F10508F088C2EA5FFE4F0C94861200
:1012D0000000F1C210920008809168249091692466
:1012E000809336089093370880916A248F7080939A
:1012F000000860916C2470916D2486E692E219C01A
:101300001092400860916C2470916D2460930220CB
:1013100070930320809168249091692480937608CB
:101320009093770880916A248F708093400886E7B5
:1013300094E210D6209104203091052080916C24F5
:1013400090916D242817390709F4B5C280930420C1
:10135000909305208091002090E08830910508F05E
:10136000AAC2FC01E25FFE4F0C948612109268093B
:1013700010926909809168248093C0209CC280915A
:1013800068248093240697C2E0916824F091692430
:10139000E830F10508F020C2EA5EFE4F0C94861298
:1013A00060E080E00AD880916A240E94AA0173D884
:1013B00082C260E080E001D880916A240E94AA0184
:1013C000E2D879C261E081E00E94DD0180916A2467
:1013D0000E94AA0180916B240E94C00178D96BC23F
:1013E00017DA69C2ABDA67C260E080E00E94DD0113
:1013F00080916A240E94AA0160DB5DC261E080E006
:101400000E94DD0180916A240E94AA019DDB53C2E3
:1014100062E080E00E94DD0180916A2480680E9481
:10142000AA0109DC48C2809168248093840643C2E3
:10143000E9E7F0E091E088EDF89484BF90838111B2
:10144000CBC127FFFBC080916C2490916D24009745
:1014500009F4C2C12F7109F09BC020916724263086
:1014600069F0283009F48CC02111B6C1029709F047
:10147000B3C162E070E080ED90E2DEC020916824AC
:1014800030916924832F99278230910591F05CF483
:10149000019709F0A1C18091102090911120DC01E9
:1014A0006C9170E05BC08330910581F10F9709F179
:1014B00093C1E0911020F09111208189281708F044
:1014C0008BC13327220F331F220F331FE0911220CD
:1014D000F0911320E20FF31F80819181FC01628162
:1014E000738138D5E0916E24F0916F2482E081837E
:1014F00036C08091142090911520009709F46CC19A
:10150000DC0112966D917C91139728C0332721300E
:10151000310529F040F02230310551F05DC169E01C
:1015200083EA90E208C064E070E08EEA90E216C0C0
:1015300068E18AE890E2282FAAE5B0E2FC018191F7
:1015400090E08D939D938E2F821B8617C0F3660FBC
:101550006E5F6093582070E088E590E2FBD4809144
:101560006C2490916D242091702430917124821705
:10157000930708F0A0C180937024909371249BC1BD
:10158000019709F029C161E070E08CEC90E254C051
:101590002130E1F5209167242A3009F01DC101971F
:1015A00009F01AC18091CC20882309F415C1C0909C
:1015B0006A24D0906B240091C9201091CA20D801D0
:1015C000ED91FC918481C81608F006C160E08C2D75
:1015D00041DDF82E882309F4FFC0DD24CC0CDD1C8E
:1015E000D8011296ED91FC911397EC0DFD1D019021
:1015F000F081E02D0680F781E02D09958093CE20C3
:1016000061E070E08EEC90E2A5D4E4C0223009F0F5
:10161000E3C0209167242111DFC0029709F0DCC0EC
:1016200080916A24F2D490E08093C5209093C620E4
:1016300062E070E085EC90E28DD43DC12F7109F03D
:101640007DC080916724833009F4C6C018F48130CE
:10165000A1F0C2C0853019F0893039F1BDC0809148
:101660006C2490916D24892B09F0B6C086E298E035
:1016700080937224909373241EC180916C24909166
:101680006D24892B09F0A8C0809168249091692469
:10169000019709F0A1C08091D0209091D1208D7F39
:1016A0008093D0209093D12006C180916C2490919A
:1016B0006D24892B09F090C04AD4882309F48CC08A
:1016C00080916824909169249927E0911020F091ED
:1016D0001120218930E02817390708F47DC083DD07
:1016E00020916824309169242093CC20222309F48E
:1016F000E2C033272150304C220F331F220F331FFB
:101700008091122090911320820F931F8093C92003
:101710009093CA2010E0E091C920F091CA20019076
:10172000F081E02D8481181708F0C5C060E0812F9A
:10173000E3DC882309F450C01F5FEDCF2130F1F4C2
:10174000809167248B3009F047C080916C24909180
:101750006D24892B09F040C08091CC20882309F4A6
:101760003BC010916A2460916824812F6983F7DC63
:101770006981882389F1812FBFDC2BC0223061F57C
:1017800080916724813019F0833089F025C08091E1
:101790006C2490916D24892BF9F4809168249091A8
:1017A0006924892BC9F480916A2436D412C08091AF
:1017B0006C2490916D24892B79F480916824909108
:1017C0006924892B49F480916A24C1D480916A24C8
:1017D000F2D4F82EF1106FC0809166248F718130A1
:1017E000B9F58091CC20882399F1C0906A24D090DB
:1017F0006B240091C9201091CA20D801ED91FC9171
:101800008481C81628F560E08C2D24DC882301F142
:10181000C6019927880F991FD8011296ED91FC9166
:101820001397E80FF91F00811181D8011696ED91E9
:10183000FC9117970995682F8C2D0CDC882341F0BB
:10184000D8011496ED91FC9115970995811133C03B
:10185000809166248F71823081F58091CC2088231D
:1018600061F110E0E091C920F091CA20A081B1811E
:1018700014968C91181708F592818381E92FF82F1F
:10188000E10FF11DE10FF11DC080D180D601169648
:10189000ED91FC9117970995682F812FDBDB882349
:1018A00061F0D6011496ED91FC911597099581117F
:1018B00002C01F5FD7CF81E001C080E00F90DF91B1
:1018C000CF911F910F91FF90DF90CF9008951BBE95
:1018D000FC0128ED24BF608308954091CA01E62FE2
:1018E000F72F8093CA0184914093CA010895E82F8D
:1018F000F0E0EE5AF34D80818F3F09F4FFCF9FB7A0
:10190000F89480818F5F80839FBF0895E82FF0E077
:10191000EE5AF34D8081811101C0FFCF9FB7F8943B
:101920008081815080839FBF0895CF93C82F80917D
:101930006422C11105C0882339F081E0E7DF04C0CB
:10194000811102C081E0D3DFC0936422CF9108955A
:10195000282F2F70992787FD90958827990F881F2A
:101960009927820F911D820F911D43E0880F991FC7
:101970004A95E1F7805E9D4D08950F93E8ECF4E001
:1019800080818F7D808380818F7D8083E8E2F2E299
:1019900002E0059310922A2210922B2200E2069375
:1019A00000E40693E0E2F2E200E2069300E406932C
:1019B0001092722410927324109274241092752441
:1019C000109270241092712410920D220F9108959C
:1019D0000F9385E080930D22E9E2F2E204E00593A3
:1019E000E1E2F2E204E005930F9108950F9383E0A2
:1019F00080930D2210922A2210922B22E8E2F2E22A
:101A000002E006930F910895E0917224F0917324FF
:101A1000309709F009940895982F9F70282F332745
:101A200027FD30952227330F221F3327290F311D21
:101A3000290F311D2250310949E0429FC001439FC7
:101A4000900D11248D569E4D08958F929F92BF92B6
:101A5000CF92DF92EF92FF920F931F93CF93DF937A
:101A6000B82EDADFEC018B2D73DF7C01DC011196DF
:101A7000EC91E770E150E73040F4F0E0EE0FFF1F2B
:101A8000EE54FF4D0081118102C008E010E0ED81AD
:101A9000FE818B819C814881D701B7FE4FC016968D
:101AA0002D913C9117972E0F3F1F2D833E832817B2
:101AB000390799F1FC01E21BF30B9F012115F4E0BA
:101AC0003F0738F02FEF33E0C901B8010BD5281BD1
:101AD000390B41FF09C0C901B80104D541E0892B88
:101AE00009F040E0942F01C090E0888190FB81F9DB
:101AF0008883D70116961D921C92179712962D93E4
:101B00003C93139789819A812D813E81820F931F87
:101B100014968D939C9315970DC041FF70C04D7F17
:101B20004883D70116961D921C92179712961D9204
:101B30001C921397F70102E006937AC01296CD909B
:101B4000DC90139742FF0FC089809A80B801CAD4F5
:101B5000B0E4BB9EB00111246D567F4DAC01C401B1
:101B60008E0F9F1FD9D46D817E816C0D7D1D6D837D
:101B70007E832B813C812617370710F42D833E830B
:101B8000F70186819781C816D906C9F58D819E8196
:101B900082179307A1F1281B390B2115F4E03F07A9
:101BA00010F02FEF33E0C901B8019CD4281B390B8A
:101BB000D70112961D921C9213972017310778F4C3
:101BC000888184608883B0E4BB9EC00111248D5657
:101BD0009F4DF7018483958306831783ABCF89815B
:101BE0009A814D815E81840F951FD70114968D9344
:101BF0009C93159716962D933C9317979BCF8881AE
:101C000080FF16C08E7F8883EF81F885309781F042
:101C10006D817E814B2D80E0DF91CF911F910F91DF
:101C2000FF90EF90DF90CF90BF909F908F9009949E
:101C3000DF91CF911F910F91FF90EF90DF90CF90A8
:101C4000BF909F908F9008950F93CF93DF938091D3
:101C50000D22833029F4D8DEDF91CF910F918DCE04
:101C60002091092230910A22C0917024D0917124D0
:101C7000C21BD30B61F580910B2290910C22820F35
:101C8000931F80930B2290930C2220916C2430910F
:101C90006D242817390721F08091D220882331F054
:101CA00084E080930D22E0E2F2E236C0E0917424F9
:101CB000F0917524309799F00995882381F010925E
:101CC000092210920A22C0917024D0917124C0344C
:101CD000D10528F01092D220C0E4D0E003C081E00A
:101CE0008093D220C0932A22D0932B2220910922C4
:101CF00030910A2280916E2490916F24820F931F5D
:101D000080932C2290932D22C20FD31FC0930922BF
:101D1000D0930A22E8E2F2E202E00693DF91CF914B
:101D20000F9108950F93CF93DF931F92CDB7DEB736
:101D30008091CC0480FF65C081E08093CC04E0E218
:101D4000F2E200E80693E8E2F2E200E8069380930C
:101D5000CA04E0E2F2E200E1069380910D228823BA
:101D600029F08350823008F44FDE07DE8091222272
:101D700090912322089709F046C088E0E9ECF1E24F
:101D8000A6E6B4E201900D928A95E1F78091C8042D
:101D900080628093C8048091C80480628093C804E4
:101DA00063DA811102C014DE2EC09091662497FF81
:101DB0000EC010920B2210920C2210920922109247
:101DC0000A2292E090930D2289833EDF08C0209181
:101DD0006C2430916D24232B21F4898307DE8981C3
:101DE00013C010920B2210920C2210920922109212
:101DF0000A2291E090930D22E0E2F2E202E00693E3
:101E000003C080E001C081E00F90DF91CF910F917E
:101E10000895CF93CFB7F89481E087DDEAECF4E042
:101E200080E4808380E28083E1ECF4E08081816063
:101E30008083A9ECB4E08C9182608C93E8ECF4E0B0
:101E40008081806480838C9181608C9380818068A4
:101E50008083CFBFCF910895CF931092600080E32D
:101E6000A0D88091C00480648093C00481E08093F6
:101E70006000CFB7F89480E090E0FC0173E0EE0FD3
:101E8000FF1F7A95E1F7EF5DFD4D108201968830D6
:101E9000910599F7809193218E7F80939321809172
:101EA0009C218E7F80939C218091A5218E7F8093A1
:101EB000A5218091AE218E7F8093AE218091B721A4
:101EC0008E7F8093B7218091C0218E7F8093C02127
:101ED0006AE170E082E001DD8F3F09F48FE18093D9
:101EE000FA046BE170E082E0F8DC8F3F09F48FE1E7
:101EF0008093FB048091C00483608093C004809130
:101F0000C00480688093C0048091C0048061809385
:101F1000C00480E292E28093C6049093C70480914B
:101F2000C00480628093C0048FEF8093C5048091C9
:101F3000C80482608093C8041092642285E0D7DCD4
:101F400068DFCFBFCF9108958093C3040895809137
:101F5000C304089580936E2490936F24609370243B
:101F60007093712408950F931F93CF93DF931F9263
:101F7000CDB7DEB78A016983EBDCFC018181807C0F
:101F8000698181113BC06370613029F010F490E4E5
:101F900003C090E801C090EC00381105E1F050F466
:101FA00000321105A1F00034110599F0003111053E
:101FB00061F419C0011582E0180789F00F3FA3E012
:101FC0001A0779F00115114041F080E00DC082E060
:101FD0000BC083E009C084E007C085E005C086E04F
:101FE00003C087E001C081E0118226E02083892BB5
:101FF000818381818062818381E001C080E00F90D4
:10200000DF91CF911F910F910895A2DCFC01818196
:1020100082FB882780F90895CF93C82F99DCFC01B3
:10202000818182FF0FC091819B7F91838C2FF4DC93
:10203000FC01808180FF06C08E7F80830780F08551
:10204000E02D099581E0CF9108958F929F92BF92E4
:10205000CF92DF92EF92FF920F931F93CF93DF9374
:102060001F92CDB7DEB7B82E6A0179016983D4DC3F
:102070004C018B2D6DDCFC018181807C6981882382
:1020800009F457C08181807C803C19F0818182FDF8
:1020900050C08FB7F894D4019C9190FF02C08FBFBD
:1020A00048C09160D4019C938FBFD4011196CD920A
:1020B000DC9212971396ED92FC92149715961D924E
:1020C0001C92169717960D931C93189791E0611127
:1020D00004C0E114F10409F090E0D4018C9190FB6C
:1020E00081F98B7F8C93B7FC1EC08181807C803C02
:1020F000C1F4A181A770A150A73040F4B0E0AA0FAD
:10210000BB1FAE54BF4D6D917C9102C068E070E082
:10211000C701E8D1892B29F0F40180818E7F80836B
:1021200008C012821382168217828B2D8EDC81E00A
:1021300001C080E00F90DF91CF911F910F91FF9030
:10214000EF90DF90CF90BF909F908F9008950F9366
:102150001F93CF93DF93182FFBDBEC01812F5CDC07
:10216000DC01FE0102E005938C9180FF16C08E7F9A
:102170008C931796ED91FC911897309771F017FF9B
:1021800003C06E817F8102C06A817B81412F81E023
:10219000DF91CF911F910F910994DF91CF911F9102
:1021A0000F910895CF93C82FD2DF8C2FD1DBFC0184
:1021B0001182CF9108950F93CF93C82FC9DBFC01F3
:1021C00091819460918301E006938C2FC0DF81E0C0
:1021D000CF910F9108951F920F920FB60F92112475
:1021E0000F932F933F934F935F936F937F938F93AF
:1021F0009F93AF93BF93EF93FF938091CB0487FF9F
:1022000007C080E88093CA040AD80E94770186C07C
:102210008091CB0482FF18C084E08093CA0480912F
:10222000282286FF7BC08091CC0481FD77C07ADDB7
:10223000811174C080910D22813011F4D7DB6EC002
:10224000843009F06BC021C08091CB0481FF26C08F
:1022500082E08093CA048091202286FF5FC0809133
:10226000CC0481FD5BC05EDD811158C080910D22E0
:10227000823041F484E080930D22E0E2F2E202E059
:1022800006934CC0833009F049C0E9E2F2E204E071
:102290000593E1E2F2E204E0059340C08091CB04B3
:1022A00084FF25C080E18093CA0481E050DF81E88B
:1022B0004EDF82E04CDF82E84ADF0E94F308109292
:1022C000C3041092212296E09093202283E480930D
:1022D000212210922922909328228093292289EC8E
:1022E00091E2809324229093252247DB17C08091AE
:1022F000CB0486FF08C080E48093CA0480E015DB2D
:102300000E9475010BC08091CB0485FF07C080E25D
:102310008093CA0481E009DB0E947601FF91EF916E
:10232000BF91AF919F918F917F916F915F914F91ED
:102330003F912F910F910F900FBE0F901F90189506
:102340001F920F920FB60F9211240F931F932F938A
:102350003F934F935F936F937F938F939F93AF932D
:10236000BF93CF93DF93EF93FF938091CC0481FFD2
:102370001AC082E08093CC048091C504E0E2F2E2CE
:102380008195880FE81BF10920813181205232426A
:1023900003E0369527950A95E1F7C22FC69520FFF1
:1023A00006C080E805C0BEDC882319F386C080E043
:1023B000C80F8C2FCDDAFC01808185FF7EC000E242
:1023C0000693C11174C080910D22843019F41CDB76
:1023D000D4DA73C0C0912222D0912322809170243C
:1023E000909171240091092210910A2298012C0FDA
:1023F0003D1F8217930718F4EC01C01BD10B80918D
:102400006E2490916F24AE0169EC71E2800F911FF0
:1024100083D00C0F1D1F0093092210930A22C03491
:10242000D10569F480910B2290910C22800F911FAD
:1024300020916C2430916D248217930788F00093CB
:10244000702410937124E0917424F09175243097D6
:1024500029F00995811102C0BBDA2FC0C7DA2DC05F
:10246000809170249091712480179107D9F4E091A4
:102470007424F0917524309779F30995882361F3DA
:1024800080910B2290910C222091092230910A22F6
:10249000820F931F80930B2290930C22109209229B
:1024A00010920A22E0E2F2E202E0069306C0C0388F
:1024B00011F4CADB02C08C2FC8DAFF91EF91DF91D3
:1024C000CF91BF91AF919F918F917F916F915F91CC
:1024D0004F913F912F911F910F910F900FBE0F9031
:1024E0001F901895AA1BBB1B51E107C0AA1FBB1F59
:1024F000A617B70710F0A61BB70B881F991F5A9590
:10250000A9F780959095BC01CD010895EE0FFF1FAE
:102510000590F491E02D0994FB01DC0102C00190CB
:0E2520000D9241505040D8F70895F894FFCF27
:10252E00FF5580008000F407EE07FE07EB07000062
:10253E004420162000001C201A2006200902270025
:10254E0001010080FA0904000003FFFFFF000705E8
:10255E0081024000000705020240000007058301CA
:10256E00FF0301001201000200000040EB0300A077
:10257E000002010200010000000300000000000044
:10258E00000000000000000000000000000000003D
:10259E00000000000000000000000000000000002D
:1025AE0000000000000000000000555342476F621B
:1025BE00696E6461722044756D6D7920446576692B
:1025CE0063650054617069725465636800000403AA
:1025DE000904100020004000800000010002FF03EB
:00000001FF

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,609 @@
S01500005553425F42554C4B5F544553542E73726563F9
S11300001DC1000037C1000035C1000033C100002C
S113001031C100002FC100002DC100002BC1000020
S113002029C1000027C1000025C1000023C1000030
S113003021C100001FC100001DC100001BC1000040
S113004019C1000017C1000015C1000013C1000050
S113005011C100000FC100000DC100000BC1000060
S113006009C1000007C1000005C1000003C1000070
S113007001C10000FFC00000FDC00000FBC0000083
S1130080F9C00000F7C00000F5C00000F3C0000094
S1130090F1C00000EFC00000EDC00000EBC00000A4
S11300A0E9C00000E7C00000E5C00000E3C00000B4
S11300B0E1C00000DFC00000DDC00000DBC00000C4
S11300C0D9C00000D7C00000D5C00000D3C00000D4
S11300D0D1C00000CFC00000CDC00000CBC00000E4
S11300E0C9C00000C7C00000C5C00000C3C00000F4
S11300F0C1C00000BFC00000BDC00000BBC0000004
S1130100B9C00000B7C00000B5C00000B3C0000013
S1130110B1C00000AFC00000ADC00000ABC0000023
S1130120A9C00000A7C00000A5C00000A3C0000033
S1130130A1C000009FC000009DC000009BC0000043
S113014099C0000097C0000095C0000026C60000BA
S113015091C000008FC000008DC000008BC0000063
S113016089C0000087C0000085C0000083C0000073
S113017081C000007FC000007DC000007BC0000083
S113018079C0000077C0000075C0000073C0000093
S113019071C000006FC000006DC000006BC00000A3
S11301A069C0000067C0000065C0000063C00000B3
S11301B061C000005FC000005DC000005BC00000C3
S11301C059C0000057C0000055C0000053C00000D3
S11301D051C000004FC000004DC000004BC00000E3
S11301E049C0000047C0000045C0000043C00000F3
S11301F041C000000C94EB100C94A0118201840106
S1130200860188018A018F018C018E0168096A09BF
S11302108009B609BF09C409130A180AD709E009F5
S1130220EE09F009F209FC09060A110AD009D909F4
S1130230E209F009F209F409FE09080A11241FBEB3
S1130240CFEFCDBFDFE2DEBF10E2A0E0B0E2EEE22E
S1130250F5E202C005900D92A03CB107D9F72CE25B
S1130260A0ECB0E201C01D92A835B207E1F71BD0A3
S11302700C949512C5CEE0E8F6E08FE0808385E02B
S11302808483089508958091C220811103C08EEE65
S113029092E002C080E090E043E451E06EEE72E050
S11302A08A58994DC7C687E08093A200789420D6D7
S11302B0E9DF98D7B1D0D4D060E080E07ED06AD0B6
S11302C08CE05ED02FD5C8D5E1D5D5DF0000000085
S11302D0000000000000000000000000000000001A
S11302E00000000000000000F1CF089508958091FF
S11302F0002090E08830910590F4FC01E250FF4F1B
S11303000C94861210D10BC08CD109C02AD207C01C
S1130310E5D205C079D303C060D401C0D5D490918F
S1130320C22081E0911180E08093C220089581E091
S11303308093C32043E451E06EEE72E086E796E2D8
S113034079D681E008951092C320089581E008953C
S113035081E0089510922002982F9C7193689093E5
S1130360200287FD03C090E080E002C090E182E0BB
S1130370892B809321021092220210922602089562
S1130380E0E0F2E010AA836880AB80E181AB12AABE
S113039016AA0895E0E0F2E010A683E880A78FE2B1
S11303A081A712A616A6089592E09093CA01E82F99
S11303B0F0E084911092CA010895909171009D7F9C
S11303C09093710010920002623011F49EE101C01A
S11303D09CE19093010290E490930202882311F02F
S11303E080EC01C080E480930302613011F482E068
S11303F001C083E08093040280E2D6DF80930C0284
S113040081E2D2DF80930D02109218021092190239
S113041081E080930002BECFCF93DF93E0E7F0E06A
S113042082818B7F8283C0E2D3E08DE0888380E485
S1130430898389E08A8383E3B7DF888782E3B4DF33
S1130440898787E3B1DF8A8786E3AEDF8B87E0E2C3
S1130450F6E08081836080831482DF91CF910895D8
S1130460E0E7F0E080818E7F808380E88093000164
S11304700895E0E0F1E0108A80E4808B10A280A36C
S113048010AA80ABE0E4F1E0108280831092C220D5
S11304901092C120089510920020EBDFE0E0F1E01B
S11304A016AA44E240AB11AA39E532AB82E083AB31
S11304B0809102209091032084AB95AB86E794E26F
S11304C080AF91AF12AE8BE384AF23E020933D0164
S11304D010923E0180A9806880AB10924601E0E44E
S11304E0F1E0408310924101309342012093430193
S11304F080910420909105208093440190934501BC
S113050086E692E2809348019093490110924A0151
S113051089E380934C0120934D0110924E01808118
S1130520806880830895E0E0F1E0108A80E4808BA5
S113053084E0808B118A81E9828B80E1838B87E759
S113054091E0848B958B84E2808F82E0818F128E80
S11305504091C2202EEE32E0429FC001439F900D95
S113056011248A58994D848F4091C220429FC00122
S1130570439F900D11248A58994D958F168E80892A
S11305808068808B089581E08093002072DFE0E032
S1130590F1E010AA80E480AB84E080AB11AA12AA37
S11305A08BE483AB14AA15AA16AA81E090E280AF6B
S11305B091AF12AE80EA84AF88E080933D0110923F
S11305C03E0180A9806A80AB85E58093A0081092E3
S11305D04601E0E4F1E084E280831092410189E580
S11305E08093420182E080934301809102209091A4
S11305F00320809344019093450186E692E2809320
S113060048019093490110924A018BE380934C0175
S113061083E080934D0110924E0180818068808335
S11306200895E0E0F1E0108AA0E4A08B74E0708B00
S1130630118A61E9628B80E1838B47E751E0448B47
S1130640558B84E2808F82E0818F128EB091C2201C
S11306508EEE92E0B89F9001B99F300D11242A5874
S1130660394D248FB091C220B89F9001B99F300DAD
S113067011242A58394D358F168E20892068208BF5
S113068010A2A0A370A311A262A32BE423A344A3EA
S113069055A320EA20A728E021A712A64091C22052
S11306A0489F9001499F300D11242351384D24A7B0
S11306B04091C220489F9001499F300D112423513D
S11306C0384D35A716A680A1806880A30895CF93DE
S11306D0C2E0C0930020CDDEE0E0F1E016AA44E2DF
S11306E040AB11AA39E532AB23E023AB809104205F
S11306F09091052084AB95AB86E692E280AF91AFF2
S113070012AE89E384AF20933D0110923E0180A98B
S1130710806880AB10924601E0E4F1E040831092DF
S1130720410130934201C093430180910220909192
S11307300320809344019093450186E794E28093DB
S113074048019093490110924A018BE380934C0134
S113075020934D0110924E01808180688083CF9157
S11307600895CF93E0E0F1E0108AB0E4B08BA4E008
S1130770A08B118A71E9728B80E1838B47E751E08A
S1130780448B558B84E2808F62E0618F128EC0911E
S1130790C2208EEE92E0C89F9001C99F300D1124B3
S11307A02A58394D248FC091C220C89F9001C99FF7
S11307B0300D11242A58394D358F168E2089206822
S11307C0208B10A2B0A3A0A311A272A322E123A3A1
S11307D044A355A324E320A761A712A64091C220F5
S11307E0489F9001499F300D11242351384D24A76F
S11307F04091C220489F9001499F300D11242351FC
S1130800384D35A716A680A1806880A3CF9108959E
S1130810CF93C3E0C09300202CDEE0E0F1E010A20F
S113082080E480A384E080A311A212A28BE483A3BA
S113083014A215A216A281E090E280A791A712A6A5
S113084080EA84A788E085A716A680A1806A80A391
S113085085E58093A00816AA34E230AB11AA29E5F5
S113086022AB82E083AB809102209091032084AB81
S113087095AB86E794E280AF91AF12AE8BE384AF81
S1130880C0933D0110923E0180A9806880AB109214
S11308904601E0E4F1E030831092410120934201EB
S11308A0C0934301809104209091052080934401DA
S11308B09093450186E692E2809348019093490122
S11308C010924A0189E380934C01C0934D01109228
S11308D04E01808180688083CF910895E0E0F1E04B
S11308E0108A80E4808B84E0808B118A81E9828B7A
S11308F08BE4838B87E791E0848B958B80EA808FF0
S113090088E0818F128E4091C2202EEE32E0429F09
S1130910C001439F900D11248A58994D848F4091B2
S1130920C220429FC001439F900D11248A58994DC3
S1130930958F168E80898068808B0895CF93C4E04C
S1130940C093002096DDE0E0F1E010A280E480A3F3
S1130950C0A311A212A28BE483A314A215A216A20F
S113096081E090E280A791A712A680EA84A788E09C
S113097085A716A680A1806A80A385E58093A00838
S113098016AA44E240AB11AA39E532AB23E023AB0B
S1130990809104209091052084AB95AB86E692E289
S11309A080AF91AF12AE89E384AF20933D011092E2
S11309B03E0180A9806880AB10924601E0E4F1E03A
S11309C04083109241013093420182E080934301BD
S11309D080910220909103208093440190934501DB
S11309E086E794E2809348019093490110924A016A
S11309F08BE380934C0120934D0110924E01808132
S1130A0080688083CF910895CF93E0E0F1E0108A6D
S1130A10B0E4B08BA4E0A08B118A71E9728B8BE4F3
S1130A20838B47E751E0448B558B80EA808F68E0E5
S1130A30618F128EC091C2208EEE92E0C89F900109
S1130A40C99F300D11242A58394D248FC091C220DA
S1130A50C89F9001C99F300D11242A58394D358FF4
S1130A60168E20892068208B10AAB0ABA0AB11AAE7
S1130A7072AB2AE423AB44AB55AB23EC20AF61AF9C
S1130A8012AE4091C220489F9001499F300D11241D
S1130A902351384D24AF4091C220489F9001499F73
S1130AA0300D11242351384D30933D0110923E01F5
S1130AB080A9806880ABCF91089585E08093002061
S1130AC0D8DCE0E0F1E016AA54E250AB11AA49E503
S1130AD042AB23E023AB809104209091052084ABAA
S1130AE095AB86E692E280AF91AF12AE39E334AFB4
S1130AF020933D0110923E0180A9806880AB109242
S1130B004601E0E4F1E05083109241014093420138
S1130B102093430180910420909105208093440107
S1130B209093450186E796E28093480190934901AA
S1130B3010924A0130934C0120934D0110924E01C2
S1130B40808180688083089586E08093002091DC12
S1130B50E0E0F1E016AA44E240AB11AA39E532AB79
S1130B6023E023AB809104209091052084AB95ABC6
S1130B7086E692E280AF91AF12AE89E384AF209310
S1130B803D0110923E0180A9806880AB109246011D
S1130B90E0E4F1E04083109241013093420182E0AD
S1130BA0809343018091022090910320809344011B
S1130BB09093450186E794E280934801909349011C
S1130BC010924A018BE380934C0120934D011092C3
S1130BD04E018081806880830895E0E0F1E0108A0E
S1130BE080E4808B84E0808B118A81E9828B80E1B0
S1130BF0838B2EEE32E0248B358B84E2808F82E06F
S1130C00818F128E4091C220429FC001439F900D5C
S1130C1011248A58994D848F4091C220429FC0016B
S1130C20439F900D11248A58994D958F168E808973
S1130C308068808B089587E0809300201ADCE0E0D0
S1130C40F1E016AA44E240AB11AA39E532AB23E045
S1130C5023AB809104209091052084AB95AB86E66C
S1130C6092E280AF91AF12AE89E384AF20933D014D
S1130C7010923E0180A9806880AB10924601E0E4A6
S1130C80F1E04083109241013093420182E080936D
S1130C90430180910220909103208093440190931A
S1130CA0450186E794E280934801909349011092AC
S1130CB04A018BE380934C0120934D0110924E0125
S1130CC08081806880830895E0E0F1E0108A80E408
S1130CD0808B85E0808B118A81E9828B80E1838B14
S1130CE02EEE32E0248B358B84E2808F82E0818F7C
S1130CF0128E4091C220429FC001439F900D112447
S1130D008A58994D848F4091C220429FC001439FCD
S1130D10900D11248A58994D958F168E808980687C
S1130D20808B0895E0E7F0E083818C7F8383848166
S1130D308C7F848380818D7F8083E0E8F1E080EC88
S1130D408283128688EC81831186E0E0F8E024E057
S1130D50208333E03183148285ED91E086A397A349
S1130D601682E0E4F8E020833183148286A397A3FB
S1130D701682E0E6F6E0808180618083E0E4F9E0B9
S1130D8083E18183148281E0868380E090E186A3FD
S1130D9097A310A611A6208308951F920F920FB651
S1130DA00F9211242F933F934F935F938F939F93AD
S1130DB0CF93DF931F92CDB7DEB7809100208730A9
S1130DC031F480912C02898380912D0202C080919C
S1130DD02C024091C020481B8091680990916909B8
S1130DE042308CF0843F9F4070F420916809309128
S1130DF0690949301CF08CE090E002C081E090E089
S1130E00820F931F17C080916809909169094F3F21
S1130E10ACF40D9798F02091680930916909483F26
S1130E201CF48CE090E002C081E090E0A901481B32
S1130E30590BCA0180937809909379090F90DF9137
S1130E40CF919F918F915F914F913F912F910F90EF
S1130E500FBE0F901F901895E0E7F0E083818F7E1E
S1130E608383E0E4F6E080818A6A80838FEF848361
S1130E7088E5828B80E28687E0EAF8E084EC85836B
S1130E8083E08683178288E184830895E0E7F0E0B5
S1130E908381877F838380E48093C00888E5E0E4CE
S1130EA0F6E0878B08959FB7F894E0E5F0E02081A1
S1130EB0822B80839FBF08959FB7F894A0E5B0E08C
S1130EC016968C911697897F16968C931697E0E662
S1130ED0F0E080E885838BEB868316968C911697D9
S1130EE0846016968C938081816080839FBF08956F
S1130EF0CF93DF9300D000D0CDB7DEB78FEF8093D0
S1130F0070008093710080937200809373008093CB
S1130F107400809375008093760064E081E490E02F
S1130F20D6D46CE170E082E0D8D48C836DE170E0BB
S1130F3082E0D3D48B838B819C81019621F480E45D
S1130F4093E28B839C838B819C8189839A83809396
S1130F5062008A818093630082E0A5DF8091510062
S1130F6081FFFCCFA9DF61E080E490E0B0D49FB7BB
S1130F70F894809150008E7F809350009FBF2496F8
S1130F80CDBFDEBFDF91CF9108959FB7F894E82FCE
S1130F90F0E0E059FF4F60958081862380839FBFF6
S1130FA00895CF93863011F4C8E101C0C0E0809168
S1130FB0510081FD07C082E076DF8091510081FFFE
S1130FC0FCCF7ADF6C2F636084E490E080D460E42B
S1130FD080E0CF91DACF8091C42008958091C4201D
S1130FE0813009F4B0C90895F8D0FC01838180935D
S1130FF0C420811101C09BC981E0089590916624A9
S1131000892F807697FF07C0803491F480916724FC
S113101081110EC09DC9803459F4809167248111D7
S113102007C080916C2490916D24892B09F08EC99E
S113103080E008950F931F939B018A01AC0160E047
S113104083E80E9425101F910F91089580916824D0
S11310508F777AC79091CC20992361F1E091C920D0
S1131060F091CA200190F081E02D9481891710F548
S1131070E093C720F093C820228133812E0F3F1FB5
S1131080E217F30798F49181943061F49281891303
S113109009C09381691306C0E093C720F093C82068
S11310A081E008959081E90FF11DEACFE093C72014
S11310B0F093C82080E00895E091C920F091CA20FF
S11310C00190F081E02D228133812E0F3F1FFC011E
S11310D04081E40FF11DE217F30748F48181843065
S11310E031F0853039F08081E80FF11DF4CF80E0D4
S11310F090E00895CF0108951F93CF93DF93182FA5
S1131100A9DF882339F1C091C720D091C820CE012E
S1131110D3DFEC01009741F04C815D816B818A81C2
S113112022D78111F4CF16C0E091C920F091CA20D2
S113113092818381E92FF82FE10FF11DE10FF11D59
S11311400190F081E02D0190F081E02DDF91CF91AD
S11311501F91099480E0DF91CF911F910895FF9230
S11311600F931F93CF93DF93C82F60E073DFF82EA4
S1131170882361F1E091C920F091CA209281838192
S1131180E92FF82FEC0FF11DEC0FF11D00811181F7
S1131190D8011696ED91FC9117970995682F8C2F1D
S11311A059DFF82E882391F0C091C720D091C82030
S11311B0CE0182DFEC01009719F08A81F3D7F8CFD2
S11311C0D8011296ED91FC91139709958F2DDF911B
S11311D0CF911F910F91FF9008958091C720909116
S11311E0C820089539C6CF938091CC20811108C0BE
S11311F01092CC201092D0201092D120CF9108953B
S1131200C0E0E091C920F091CA200190F081E02D66
S11312108481C81768F78C2FA2DFCF5FF2CFCF93FA
S11312208091CC208823F1F0C0E0E091C920F091B6
S1131230CA20A081B18114968C91C81798F4928128
S11312408381E92FF82FEC0FF11DEC0FF11D0190B4
S1131250F081E02D0084F185E02D309709F00995A7
S1131260CF5FE3CFCF910895CF92DF92FF920F9398
S11312701F93CF93DF931F92CDB7DEB710927024E4
S11312801092712410927224109273241092742478
S1131290109275242091662427FF07C080916C2446
S11312A090916D24892B09F408C3822F80768034B1
S11312B009F0C5C08091672490E0FC01E05AF1096F
S11312C0E830F10508F088C2EA5FFE4F0C948612FC
S11312D00000F1C210920008809168249091692462
S11312E0809336089093370880916A248F70809396
S11312F0000860916C2470916D2486E692E219C016
S11313001092400860916C2470916D2460930220C7
S113131070930320809168249091692480937608C7
S11313209093770880916A248F708093400886E7B1
S113133094E210D6209104203091052080916C24F1
S113134090916D242817390709F4B5C280930420BD
S1131350909305208091002090E08830910508F05A
S1131360AAC2FC01E25FFE4F0C9486121092680937
S113137010926909809168248093C0209CC2809156
S113138068248093240697C2E0916824F09169242C
S1131390E830F10508F020C2EA5EFE4F0C94861294
S11313A060E080E00AD880916A240E94AA0173D880
S11313B082C260E080E001D880916A240E94AA0180
S11313C0E2D879C261E081E00E94DD0180916A2463
S11313D00E94AA0180916B240E94C00178D96BC23B
S11313E017DA69C2ABDA67C260E080E00E94DD010F
S11313F080916A240E94AA0160DB5DC261E080E002
S11314000E94DD0180916A240E94AA019DDB53C2DF
S113141062E080E00E94DD0180916A2480680E947D
S1131420AA0109DC48C2809168248093840643C2DF
S1131430E9E7F0E091E088EDF89484BF90838111AE
S1131440CBC127FFFBC080916C2490916D24009741
S113145009F4C2C12F7109F09BC020916724263082
S113146069F0283009F48CC02111B6C1029709F043
S1131470B3C162E070E080ED90E2DEC020916824A8
S113148030916924832F99278230910591F05CF47F
S1131490019709F0A1C18091102090911120DC01E5
S11314A06C9170E05BC08330910581F10F9709F175
S11314B093C1E0911020F09111208189281708F040
S11314C08BC13327220F331F220F331FE0911220C9
S11314D0F0911320E20FF31F80819181FC0162815E
S11314E0738138D5E0916E24F0916F2482E081837A
S11314F036C08091142090911520009709F46CC196
S1131500DC0112966D917C91139728C0332721300A
S1131510310529F040F02230310551F05DC169E018
S113152083EA90E208C064E070E08EEA90E216C0BC
S113153068E18AE890E2282FAAE5B0E2FC018191F3
S113154090E08D939D938E2F821B8617C0F3660FB8
S11315506E5F6093582070E088E590E2FBD4809140
S11315606C2490916D242091702430917124821701
S1131570930708F0A0C180937024909371249BC1B9
S1131580019709F029C161E070E08CEC90E254C04D
S11315902130E1F5209167242A3009F01DC101971B
S11315A009F01AC18091CC20882309F415C1C09098
S11315B06A24D0906B240091C9201091CA20D801CC
S11315C0ED91FC918481C81608F006C160E08C2D71
S11315D041DDF82E882309F4FFC0DD24CC0CDD1C8A
S11315E0D8011296ED91FC911397EC0DFD1D01901D
S11315F0F081E02D0680F781E02D09958093CE20BF
S113160061E070E08EEC90E2A5D4E4C0223009F0F1
S1131610E3C0209167242111DFC0029709F0DCC0E8
S113162080916A24F2D490E08093C5209093C620E0
S113163062E070E085EC90E28DD43DC12F7109F039
S11316407DC080916724833009F4C6C018F48130CA
S1131650A1F0C2C0853019F0893039F1BDC0809144
S11316606C2490916D24892B09F0B6C086E298E031
S113167080937224909373241EC180916C24909162
S11316806D24892B09F0A8C0809168249091692465
S1131690019709F0A1C08091D0209091D1208D7F35
S11316A08093D0209093D12006C180916C24909196
S11316B06D24892B09F090C04AD4882309F48CC086
S11316C080916824909169249927E0911020F091E9
S11316D01120218930E02817390708F47DC083DD03
S11316E020916824309169242093CC20222309F48A
S11316F0E2C033272150304C220F331F220F331FF7
S11317008091122090911320820F931F8093C920FF
S11317109093CA2010E0E091C920F091CA20019072
S1131720F081E02D8481181708F0C5C060E0812F96
S1131730E3DC882309F450C01F5FEDCF2130F1F4BE
S1131740809167248B3009F047C080916C2490917C
S11317506D24892B09F040C08091CC20882309F4A2
S11317603BC010916A2460916824812F6983F7DC5F
S11317706981882389F1812FBFDC2BC0223061F578
S113178080916724813019F0833089F025C08091DD
S11317906C2490916D24892BF9F4809168249091A4
S11317A06924892BC9F480916A2436D412C08091AB
S11317B06C2490916D24892B79F480916824909104
S11317C06924892B49F480916A24C1D480916A24C4
S11317D0F2D4F82EF1106FC0809166248F7181309D
S11317E0B9F58091CC20882399F1C0906A24D090D7
S11317F06B240091C9201091CA20D801ED91FC916D
S11318008481C81628F560E08C2D24DC882301F13E
S1131810C6019927880F991FD8011296ED91FC9162
S11318201397E80FF91F00811181D8011696ED91E5
S1131830FC9117970995682F8C2D0CDC882341F0B7
S1131840D8011496ED91FC9115970995811133C037
S1131850809166248F71823081F58091CC20882319
S113186061F110E0E091C920F091CA20A081B1811A
S113187014968C91181708F592818381E92FF82F1B
S1131880E10FF11DE10FF11DC080D180D601169644
S1131890ED91FC9117970995682F812FDBDB882345
S11318A061F0D6011496ED91FC911597099581117B
S11318B002C01F5FD7CF81E001C080E00F90DF91AD
S11318C0CF911F910F91FF90DF90CF9008951BBE91
S11318D0FC0128ED24BF608308954091CA01E62FDE
S11318E0F72F8093CA0184914093CA010895E82F89
S11318F0F0E0EE5AF34D80818F3F09F4FFCF9FB79C
S1131900F89480818F5F80839FBF0895E82FF0E073
S1131910EE5AF34D8081811101C0FFCF9FB7F89437
S11319208081815080839FBF0895CF93C82F809179
S11319306422C11105C0882339F081E0E7DF04C0C7
S1131940811102C081E0D3DFC0936422CF91089556
S1131950282F2F70992787FD90958827990F881F26
S11319609927820F911D820F911D43E0880F991FC3
S11319704A95E1F7805E9D4D08950F93E8ECF4E0FD
S113198080818F7D808380818F7D8083E8E2F2E295
S113199002E0059310922A2210922B2200E2069371
S11319A000E40693E0E2F2E200E2069300E4069328
S11319B0109272241092732410927424109275243D
S11319C0109270241092712410920D220F91089598
S11319D00F9385E080930D22E9E2F2E204E005939F
S11319E0E1E2F2E204E005930F9108950F9383E09E
S11319F080930D2210922A2210922B22E8E2F2E226
S1131A0002E006930F910895E0917224F0917324FB
S1131A10309709F009940895982F9F70282F332741
S1131A2027FD30952227330F221F3327290F311D1D
S1131A30290F311D2250310949E0429FC001439FC3
S1131A40900D11248D569E4D08958F929F92BF92B2
S1131A50CF92DF92EF92FF920F931F93CF93DF9376
S1131A60B82EDADFEC018B2D73DF7C01DC011196DB
S1131A70EC91E770E150E73040F4F0E0EE0FFF1F27
S1131A80EE54FF4D0081118102C008E010E0ED81A9
S1131A90FE818B819C814881D701B7FE4FC0169689
S1131AA02D913C9117972E0F3F1F2D833E832817AE
S1131AB0390799F1FC01E21BF30B9F012115F4E0B6
S1131AC03F0738F02FEF33E0C901B8010BD5281BCD
S1131AD0390B41FF09C0C901B80104D541E0892B84
S1131AE009F040E0942F01C090E0888190FB81F9D7
S1131AF08883D70116961D921C92179712962D93E0
S1131B003C93139789819A812D813E81820F931F83
S1131B1014968D939C9315970DC041FF70C04D7F13
S1131B204883D70116961D921C92179712961D9200
S1131B301C921397F70102E006937AC01296CD9097
S1131B40DC90139742FF0FC089809A80B801CAD4F1
S1131B50B0E4BB9EB00111246D567F4DAC01C401AD
S1131B608E0F9F1FD9D46D817E816C0D7D1D6D8379
S1131B707E832B813C812617370710F42D833E8307
S1131B80F70186819781C816D906C9F58D819E8192
S1131B9082179307A1F1281B390B2115F4E03F07A5
S1131BA010F02FEF33E0C901B8019CD4281B390B86
S1131BB0D70112961D921C9213972017310778F4BF
S1131BC0888184608883B0E4BB9EC00111248D5653
S1131BD09F4DF7018483958306831783ABCF898157
S1131BE09A814D815E81840F951FD70114968D9340
S1131BF09C93159716962D933C9317979BCF8881AA
S1131C0080FF16C08E7F8883EF81F885309781F03E
S1131C106D817E814B2D80E0DF91CF911F910F91DB
S1131C20FF90EF90DF90CF90BF909F908F9009949A
S1131C30DF91CF911F910F91FF90EF90DF90CF90A4
S1131C40BF909F908F9008950F93CF93DF938091CF
S1131C500D22833029F4D8DEDF91CF910F918DCE00
S1131C602091092230910A22C0917024D0917124CC
S1131C70C21BD30B61F580910B2290910C22820F31
S1131C80931F80930B2290930C2220916C2430910B
S1131C906D242817390721F08091D220882331F050
S1131CA084E080930D22E0E2F2E236C0E0917424F5
S1131CB0F0917524309799F00995882381F010925A
S1131CC0092210920A22C0917024D0917124C03448
S1131CD0D10528F01092D220C0E4D0E003C081E006
S1131CE08093D220C0932A22D0932B2220910922C0
S1131CF030910A2280916E2490916F24820F931F59
S1131D0080932C2290932D22C20FD31FC0930922BB
S1131D10D0930A22E8E2F2E202E00693DF91CF9147
S1131D200F9108950F93CF93DF931F92CDB7DEB732
S1131D308091CC0480FF65C081E08093CC04E0E214
S1131D40F2E200E80693E8E2F2E200E80693809308
S1131D50CA04E0E2F2E200E1069380910D228823B6
S1131D6029F08350823008F44FDE07DE809122226E
S1131D7090912322089709F046C088E0E9ECF1E24B
S1131D80A6E6B4E201900D928A95E1F78091C80429
S1131D9080628093C8048091C80480628093C804E0
S1131DA063DA811102C014DE2EC09091662497FF7D
S1131DB00EC010920B2210920C2210920922109243
S1131DC00A2292E090930D2289833EDF08C020917D
S1131DD06C2430916D24232B21F4898307DE8981BF
S1131DE013C010920B2210920C221092092210920E
S1131DF00A2291E090930D22E0E2F2E202E00693DF
S1131E0003C080E001C081E00F90DF91CF910F917A
S1131E100895CF93CFB7F89481E087DDEAECF4E03E
S1131E2080E4808380E28083E1ECF4E0808181605F
S1131E308083A9ECB4E08C9182608C93E8ECF4E0AC
S1131E408081806480838C9181608C9380818068A0
S1131E508083CFBFCF910895CF931092600080E329
S1131E60A0D88091C00480648093C00481E08093F2
S1131E706000CFB7F89480E090E0FC0173E0EE0FCF
S1131E80FF1F7A95E1F7EF5DFD4D108201968830D2
S1131E90910599F7809193218E7F8093932180916E
S1131EA09C218E7F80939C218091A5218E7F80939D
S1131EB0A5218091AE218E7F8093AE218091B721A0
S1131EC08E7F8093B7218091C0218E7F8093C02123
S1131ED06AE170E082E001DD8F3F09F48FE18093D5
S1131EE0FA046BE170E082E0F8DC8F3F09F48FE1E3
S1131EF08093FB048091C00483608093C00480912C
S1131F00C00480688093C0048091C0048061809381
S1131F10C00480E292E28093C6049093C704809147
S1131F20C00480628093C0048FEF8093C5048091C5
S1131F30C80482608093C8041092642285E0D7DCD0
S1131F4068DFCFBFCF9108958093C3040895809133
S1131F50C304089580936E2490936F246093702437
S1131F607093712408950F931F93CF93DF931F925F
S1131F70CDB7DEB78A016983EBDCFC018181807C0B
S1131F80698181113BC06370613029F010F490E4E1
S1131F9003C090E801C090EC00381105E1F050F462
S1131FA000321105A1F00034110599F0003111053A
S1131FB061F419C0011582E0180789F00F3FA3E00E
S1131FC01A0779F00115114041F080E00DC082E05C
S1131FD00BC083E009C084E007C085E005C086E04B
S1131FE003C087E001C081E0118226E02083892BB1
S1131FF0818381818062818381E001C080E00F90D0
S1132000DF91CF911F910F910895A2DCFC01818192
S113201082FB882780F90895CF93C82F99DCFC01AF
S1132020818182FF0FC091819B7F91838C2FF4DC8F
S1132030FC01808180FF06C08E7F80830780F0854D
S1132040E02D099581E0CF9108958F929F92BF92E0
S1132050CF92DF92EF92FF920F931F93CF93DF9370
S11320601F92CDB7DEB7B82E6A0179016983D4DC3B
S11320704C018B2D6DDCFC018181807C698188237E
S113208009F457C08181807C803C19F0818182FDF4
S113209050C08FB7F894D4019C9190FF02C08FBFB9
S11320A048C09160D4019C938FBFD4011196CD9206
S11320B0DC9212971396ED92FC92149715961D924A
S11320C01C92169717960D931C93189791E0611123
S11320D004C0E114F10409F090E0D4018C9190FB68
S11320E081F98B7F8C93B7FC1EC08181807C803CFE
S11320F0C1F4A181A770A150A73040F4B0E0AA0FA9
S1132100BB1FAE54BF4D6D917C9102C068E070E07E
S1132110C701E8D1892B29F0F40180818E7F808367
S113212008C012821382168217828B2D8EDC81E006
S113213001C080E00F90DF91CF911F910F91FF902C
S1132140EF90DF90CF90BF909F908F9008950F9362
S11321501F93CF93DF93182FFBDBEC01812F5CDC03
S1132160DC01FE0102E005938C9180FF16C08E7F96
S11321708C931796ED91FC911897309771F017FF97
S113218003C06E817F8102C06A817B81412F81E01F
S1132190DF91CF911F910F910994DF91CF911F91FE
S11321A00F910895CF93C82FD2DF8C2FD1DBFC0180
S11321B01182CF9108950F93CF93C82FC9DBFC01EF
S11321C091819460918301E006938C2FC0DF81E0BC
S11321D0CF910F9108951F920F920FB60F92112471
S11321E00F932F933F934F935F936F937F938F93AB
S11321F09F93AF93BF93EF93FF938091CB0487FF9B
S113220007C080E88093CA040AD80E94770186C078
S11322108091CB0482FF18C084E08093CA0480912B
S1132220282286FF7BC08091CC0481FD77C07ADDB3
S1132230811174C080910D22813011F4D7DB6EC0FE
S1132240843009F06BC021C08091CB0481FF26C08B
S113225082E08093CA048091202286FF5FC080912F
S1132260CC0481FD5BC05EDD811158C080910D22DC
S1132270823041F484E080930D22E0E2F2E202E055
S113228006934CC0833009F049C0E9E2F2E204E06D
S11322900593E1E2F2E204E0059340C08091CB04AF
S11322A084FF25C080E18093CA0481E050DF81E887
S11322B04EDF82E04CDF82E84ADF0E94F30810928E
S11322C0C3041092212296E09093202283E4809309
S11322D0212210922922909328228093292289EC8A
S11322E091E2809324229093252247DB17C08091AA
S11322F0CB0486FF08C080E48093CA0480E015DB29
S11323000E9475010BC08091CB0485FF07C080E259
S11323108093CA0481E009DB0E947601FF91EF916A
S1132320BF91AF919F918F917F916F915F914F91E9
S11323303F912F910F910F900FBE0F901F90189502
S11323401F920F920FB60F9211240F931F932F9386
S11323503F934F935F936F937F938F939F93AF9329
S1132360BF93CF93DF93EF93FF938091CC0481FFCE
S11323701AC082E08093CC048091C504E0E2F2E2CA
S11323808195880FE81BF109208131812052324266
S113239003E0369527950A95E1F7C22FC69520FFED
S11323A006C080E805C0BEDC882319F386C080E03F
S11323B0C80F8C2FCDDAFC01808185FF7EC000E23E
S11323C00693C11174C080910D22843019F41CDB72
S11323D0D4DA73C0C0912222D09123228091702438
S11323E0909171240091092210910A2298012C0FD6
S11323F03D1F8217930718F4EC01C01BD10B809189
S11324006E2490916F24AE0169EC71E2800F911FEC
S113241083D00C0F1D1F0093092210930A22C0348D
S1132420D10569F480910B2290910C22800F911FA9
S113243020916C2430916D248217930788F00093C7
S1132440702410937124E0917424F09175243097D2
S113245029F00995811102C0BBDA2FC0C7DA2DC05B
S1132460809170249091712480179107D9F4E091A0
S11324707424F0917524309779F30995882361F3D6
S113248080910B2290910C222091092230910A22F2
S1132490820F931F80930B2290930C221092092297
S11324A010920A22E0E2F2E202E0069306C0C0388B
S11324B011F4CADB02C08C2FC8DAFF91EF91DF91CF
S11324C0CF91BF91AF919F918F917F916F915F91C8
S11324D04F913F912F911F910F910F900FBE0F902D
S11324E01F901895AA1BBB1B51E107C0AA1FBB1F55
S11324F0A617B70710F0A61BB70B881F991F5A958C
S1132500A9F780959095BC01CD010895EE0FFF1FAA
S11325100590F491E02D0994FB01DC0102C00190C7
S11125200D9241505040D8F70895F894FFCF23
S113252EFF5580008000F407EE07FE07EB0700005E
S113253E4420162000001C201A2006200902270021
S113254E01010080FA0904000003FFFFFF000705E4
S113255E81024000000705020240000007058301C6
S113256EFF0301001201000200000040EB0300A073
S113257E0002010200010000000300000000000040
S113258E0000000000000000000000000000000039
S113259E0000000000000000000000000000000029
S11325AE00000000000000000000555342476F6217
S11325BE696E6461722044756D6D79204465766927
S11325CE63650054617069725465636800000403A6
S11325DE0904100020004000800000010002FF03E7
S9030000FC

View File

@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit or delete the file
################################################################################
src\tiny_dig.c
src\ASF\common\boards\user_board\init.c
src\ASF\common\services\ioport\xmega\ioport_compat.c
src\main.c
src\tiny_adc.c
src\tiny_dac.c
src\tiny_dma.c
src\tiny_timer.c
src\tiny_uart.c
src\ASF\common\services\usb\class\vendor\device\example\atxmega256a3bu_xmega_a3bu_xplained\ui.c
src\ASF\common\services\clock\xmega\sysclk.c
src\ASF\common\services\sleepmgr\xmega\sleepmgr.c
src\ASF\common\services\usb\class\vendor\device\udi_vendor.c
src\ASF\common\services\usb\class\vendor\device\udi_vendor_desc.c
src\ASF\common\services\usb\udc\udc.c
src\ASF\xmega\drivers\cpu\ccp.s
src\ASF\xmega\drivers\nvm\nvm.c
src\ASF\xmega\drivers\nvm\nvm_asm.s
src\ASF\xmega\drivers\usb\usb_device.c

View File

@ -0,0 +1,203 @@
src/ASF/common/boards/user_board/init.d \
src/ASF/common/boards/user_board/init.o: \
../src/ASF/common/boards/user_board/init.c ../src/asf.h \
../src/ASF/xmega/drivers/cpu/ccp.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:

View File

@ -0,0 +1,124 @@
src/ASF/common/services/clock/xmega/sysclk.d \
src/ASF/common/services/clock/xmega/sysclk.o: \
../src/ASF/common/services/clock/xmega/sysclk.c \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/xmega/drivers/nvm/nvm.h
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/xmega/drivers/nvm/nvm.h:

View File

@ -0,0 +1,98 @@
src/ASF/common/services/ioport/xmega/ioport_compat.d \
src/ASF/common/services/ioport/xmega/ioport_compat.o: \
../src/ASF/common/services/ioport/xmega/ioport_compat.c \
../src/ASF/common/services/ioport/xmega/ioport_compat.h \
../src/ASF/common/services/ioport/xmega/../ioport.h \
../src/ASF/common/utils/parts.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/ioport/xmega/../xmega/ioport.h
../src/ASF/common/services/ioport/xmega/ioport_compat.h:
../src/ASF/common/services/ioport/xmega/../ioport.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/ioport/xmega/../xmega/ioport.h:

View File

@ -0,0 +1,104 @@
src/ASF/common/services/sleepmgr/xmega/sleepmgr.d \
src/ASF/common/services/sleepmgr/xmega/sleepmgr.o: \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.c \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h ../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:

View File

@ -0,0 +1,204 @@
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.d \
src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.o: \
../src/ASF/common/services/usb/class/vendor/device/example/atxmega256a3bu_xmega_a3bu_xplained/ui.c \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:

View File

@ -0,0 +1,135 @@
src/ASF/common/services/usb/class/vendor/device/udi_vendor.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor.o: \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.c \
../src/config/conf_usb.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udc.h \
../src/ASF/common/services/usb/udc/udd.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/ASF/common/services/usb/udc/udd.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:

View File

@ -0,0 +1,126 @@
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.d \
src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.o: \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_desc.c \
../src/config/conf_usb.h ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:

View File

@ -0,0 +1,222 @@
src/ASF/common/services/usb/udc/udc.d \
src/ASF/common/services/usb/udc/udc.o: \
../src/ASF/common/services/usb/udc/udc.c ../src/config/conf_usb.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc.h ../src/globals.h \
../src/tiny_dma.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/globals.h ../src/tiny_adc.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/globals.h:
../src/tiny_dma.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/globals.h:
../src/tiny_adc.h:

View File

@ -0,0 +1,34 @@
src/ASF/xmega/drivers/cpu/ccp.d src/ASF/xmega/drivers/cpu/ccp.o: \
../src/ASF/xmega/drivers/cpu/ccp.s ../src/ASF/xmega/utils/assembler.h \
../src/ASF/xmega/utils/assembler/gas.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h
../src/ASF/xmega/utils/assembler.h:
../src/ASF/xmega/utils/assembler/gas.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:

View File

@ -0,0 +1,96 @@
src/ASF/xmega/drivers/nvm/nvm.d src/ASF/xmega/drivers/nvm/nvm.o: \
../src/ASF/xmega/drivers/nvm/nvm.c ../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/ccp.h ../src/ASF/xmega/drivers/nvm/nvm.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:

View File

@ -0,0 +1,35 @@
src/ASF/xmega/drivers/nvm/nvm_asm.d src/ASF/xmega/drivers/nvm/nvm_asm.o: \
../src/ASF/xmega/drivers/nvm/nvm_asm.s \
../src/ASF/xmega/utils/assembler.h \
../src/ASF/xmega/utils/assembler/gas.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h
../src/ASF/xmega/utils/assembler.h:
../src/ASF/xmega/utils/assembler/gas.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:

View File

@ -0,0 +1,180 @@
src/ASF/xmega/drivers/usb/usb_device.d \
src/ASF/xmega/drivers/usb/usb_device.o: \
../src/ASF/xmega/drivers/usb/usb_device.c ../src/config/conf_usb.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/boards/board.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/xmega/drivers/usb/usb_device.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h ../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h
../src/config/conf_usb.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/xmega/drivers/usb/usb_device.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:

View File

@ -0,0 +1,226 @@
src/main.d src/main.o: ../src/main.c \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/ui.h ../src/globals.h \
../src/tiny_adc.h ../src/tiny_dma.h ../src/tiny_timer.h \
../src/tiny_dac.h ../src/tiny_uart.h ../src/tiny_dig.h
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/ui.h:
../src/globals.h:
../src/tiny_adc.h:
../src/tiny_dma.h:
../src/tiny_timer.h:
../src/tiny_dac.h:
../src/tiny_uart.h:
../src/tiny_dig.h:

Binary file not shown.

View File

@ -0,0 +1,215 @@
src/tiny_adc.d src/tiny_adc.o: ../src/tiny_adc.c ../src/tiny_adc.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h ../src/globals.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h
../src/tiny_adc.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
../src/globals.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\string.h:

Binary file not shown.

View File

@ -0,0 +1,213 @@
src/tiny_dac.d src/tiny_dac.o: ../src/tiny_dac.c ../src/tiny_dac.h \
../src/asf.h ../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/xmega/utils/compiler.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h \
../src/ASF/common/utils/parts.h \
../src/ASF/xmega/utils/bit_handling/clz_ctz.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/preprocessor/tpaste.h \
../src/ASF/xmega/utils/preprocessor/stringz.h \
../src/ASF/xmega/utils/preprocessor/mrepeat.h \
../src/ASF/xmega/utils/preprocessor/preprocessor.h \
../src/ASF/xmega/utils/progmem.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \
../src/ASF/common/utils/interrupt.h \
../src/ASF/common/utils/interrupt/interrupt_avr8.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h \
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h \
../src/ASF/xmega/drivers/cpu/ccp.h \
../src/ASF/common/boards/user_board/user_board.h \
../src/config/conf_board.h ../src/ASF/common/boards/board.h \
../src/ASF/common/services/ioport/ioport.h \
../src/ASF/common/services/ioport/xmega/ioport.h \
../src/ASF/xmega/drivers/nvm/nvm.h \
../src/ASF/xmega/drivers/sleep/sleep.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h \
../src/ASF/common/services/sleepmgr/sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/config/conf_sleepmgr.h \
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h \
../src/ASF/common/services/clock/sysclk.h ../src/config/conf_clock.h \
../src/ASF/common/services/clock/xmega/sysclk.h \
../src/ASF/common/services/clock/osc.h \
../src/ASF/common/services/clock/xmega/osc.h \
../src/ASF/common/services/clock/pll.h \
../src/ASF/common/services/clock/xmega/pll.h \
../src/ASF/common/services/usb/udc/udc.h ../src/config/conf_usb.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/common/services/usb/usb_protocol.h \
../src/ASF/common/services/usb/usb_atmel.h \
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h \
../src/ASF/common/services/usb/udc/udc_desc.h \
../src/ASF/common/services/usb/udc/udi.h ../src/ui.h ../src/main.h \
../src/ASF/common/services/usb/udc/udd.h \
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h \
../src/ASF/xmega/utils/status_codes.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h \
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h \
../src/tiny_adc.h
../src/tiny_dac.h:
../src/asf.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/xmega/utils/compiler.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\io.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\inttypes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdint.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\iox32a4u.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\portpins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\common.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\version.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\xmega.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\fuse.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\lock.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\builtins.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdbool.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stddef.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdlib.h:
../src/ASF/common/utils/parts.h:
../src/ASF/xmega/utils/bit_handling/clz_ctz.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/preprocessor/tpaste.h:
../src/ASF/xmega/utils/preprocessor/stringz.h:
../src/ASF/xmega/utils/preprocessor/mrepeat.h:
../src/ASF/xmega/utils/preprocessor/preprocessor.h:
../src/ASF/xmega/utils/progmem.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\pgmspace.h:
../src/ASF/common/utils/interrupt.h:
../src/ASF/common/utils/interrupt/interrupt_avr8.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\interrupt.h:
../src/ASF/xmega/drivers/cpu/xmega_reset_cause.h:
../src/ASF/xmega/drivers/cpu/ccp.h:
../src/ASF/common/boards/user_board/user_board.h:
../src/config/conf_board.h:
../src/ASF/common/boards/board.h:
../src/ASF/common/services/ioport/ioport.h:
../src/ASF/common/services/ioport/xmega/ioport.h:
../src/ASF/xmega/drivers/nvm/nvm.h:
../src/ASF/xmega/drivers/sleep/sleep.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\avr\sleep.h:
../src/ASF/common/services/sleepmgr/sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/config/conf_sleepmgr.h:
../src/ASF/common/services/sleepmgr/xmega/sleepmgr.h:
../src/ASF/common/services/clock/sysclk.h:
../src/config/conf_clock.h:
../src/ASF/common/services/clock/xmega/sysclk.h:
../src/ASF/common/services/clock/osc.h:
../src/ASF/common/services/clock/xmega/osc.h:
../src/ASF/common/services/clock/pll.h:
../src/ASF/common/services/clock/xmega/pll.h:
../src/ASF/common/services/usb/udc/udc.h:
../src/config/conf_usb.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor_conf.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/common/services/usb/usb_protocol.h:
../src/ASF/common/services/usb/usb_atmel.h:
../src/ASF/common/services/usb/class/vendor/usb_protocol_vendor.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ASF/common/services/usb/udc/udc_desc.h:
../src/ASF/common/services/usb/udc/udi.h:
../src/ui.h:
../src/main.h:
../src/ASF/common/services/usb/udc/udd.h:
../src/ASF/common/services/usb/class/vendor/device/udi_vendor.h:
../src/ASF/xmega/utils/status_codes.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\avr\include\stdio.h:
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.1061\avr8-gnu-toolchain\lib\gcc\avr\4.8.1\include\stdarg.h:
../src/tiny_adc.h:

Some files were not shown because too many files have changed in this diff Show More