-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41f77f2
commit 45eb70b
Showing
80 changed files
with
14,952 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>N26_Project11_PWM_READ_ICU_HW</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> | ||
<triggers>clean,full,incremental,</triggers> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> | ||
<triggers>full,incremental,</triggers> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.cdt.core.cnature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> | ||
<nature>de.innot.avreclipse.core.avrnature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
avrtarget/ClockFrequency=16000000 | ||
avrtarget/ExtRAMSize=0 | ||
avrtarget/ExtendedRAM=false | ||
avrtarget/MCUType=atmega32 | ||
avrtarget/UseEEPROM=false | ||
avrtarget/UseExtendedRAMforHeap=true | ||
avrtarget/avrdude/BitBangDelay= | ||
avrtarget/avrdude/Bitclock= | ||
avrtarget/avrdude/EEPROMFile= | ||
avrtarget/avrdude/EEPROMFromConfig=true | ||
avrtarget/avrdude/FlashFile= | ||
avrtarget/avrdude/FlashFromConfig=true | ||
avrtarget/avrdude/NoChipErase=false | ||
avrtarget/avrdude/NoSigCheck=false | ||
avrtarget/avrdude/NoVerify=false | ||
avrtarget/avrdude/NoWrite=false | ||
avrtarget/avrdude/OtherOptions= | ||
avrtarget/avrdude/ProgrammerID=programmerconfig.1 | ||
avrtarget/avrdude/UseCounter=false | ||
avrtarget/avrdude/WriteEEPROM=false | ||
avrtarget/avrdude/WriteFlash=true | ||
avrtarget/perConfig=false | ||
eclipse.preferences.version=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
HAL/HBUTTON/HBUTTON_Progam.o HAL/HBUTTON/HBUTTON_Progam.o: \ | ||
../HAL/HBUTTON/HBUTTON_Progam.c ../HAL/HBUTTON/../../LIB/LSTD_TYPES.h \ | ||
../HAL/HBUTTON/../../LIB/LBIT_MATH.h \ | ||
../HAL/HBUTTON/../../MCAL/MDIO/MDIO_Interface.h \ | ||
../HAL/HBUTTON/HBUTTON_Interface.h | ||
|
||
../HAL/HBUTTON/../../LIB/LSTD_TYPES.h: | ||
|
||
../HAL/HBUTTON/../../LIB/LBIT_MATH.h: | ||
|
||
../HAL/HBUTTON/../../MCAL/MDIO/MDIO_Interface.h: | ||
|
||
../HAL/HBUTTON/HBUTTON_Interface.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../HAL/HBUTTON/HBUTTON_Progam.c | ||
|
||
OBJS += \ | ||
./HAL/HBUTTON/HBUTTON_Progam.o | ||
|
||
C_DEPS += \ | ||
./HAL/HBUTTON/HBUTTON_Progam.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
HAL/HBUTTON/%.o: ../HAL/HBUTTON/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
HAL/HCLCD/HCLCD_Program.o HAL/HCLCD/HCLCD_Program.o: \ | ||
../HAL/HCLCD/HCLCD_Program.c ../HAL/HCLCD/../../LIB/LSTD_TYPES.h \ | ||
../HAL/HCLCD/../../MCAL/MDIO/MDIO_Interface.h \ | ||
../HAL/HCLCD/HCLCD_Private.h ../HAL/HCLCD/HCLCD_Config.h | ||
|
||
../HAL/HCLCD/../../LIB/LSTD_TYPES.h: | ||
|
||
../HAL/HCLCD/../../MCAL/MDIO/MDIO_Interface.h: | ||
|
||
../HAL/HCLCD/HCLCD_Private.h: | ||
|
||
../HAL/HCLCD/HCLCD_Config.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../HAL/HCLCD/HCLCD_Program.c | ||
|
||
OBJS += \ | ||
./HAL/HCLCD/HCLCD_Program.o | ||
|
||
C_DEPS += \ | ||
./HAL/HCLCD/HCLCD_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
HAL/HCLCD/%.o: ../HAL/HCLCD/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
HAL/HKPD/HKPD_Program.o HAL/HKPD/HKPD_Program.o: \ | ||
../HAL/HKPD/HKPD_Program.c ../HAL/HKPD/../../LIB/LSTD_TYPES.h \ | ||
../HAL/HKPD/../../MCAL/MDIO/MDIO_Interface.h ../HAL/HKPD/HKPD_Private.h \ | ||
../HAL/HKPD/HKPD_Config.h | ||
|
||
../HAL/HKPD/../../LIB/LSTD_TYPES.h: | ||
|
||
../HAL/HKPD/../../MCAL/MDIO/MDIO_Interface.h: | ||
|
||
../HAL/HKPD/HKPD_Private.h: | ||
|
||
../HAL/HKPD/HKPD_Config.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../HAL/HKPD/HKPD_Program.c | ||
|
||
OBJS += \ | ||
./HAL/HKPD/HKPD_Program.o | ||
|
||
C_DEPS += \ | ||
./HAL/HKPD/HKPD_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
HAL/HKPD/%.o: ../HAL/HKPD/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
HAL/HLED/HLED_Program.o HAL/HLED/HLED_Program.o: \ | ||
../HAL/HLED/HLED_Program.c ../HAL/HLED/../../LIB/LSTD_TYPES.h \ | ||
../HAL/HLED/../../MCAL/MDIO/MDIO_Interface.h \ | ||
../HAL/HLED/HLED_Interface.h | ||
|
||
../HAL/HLED/../../LIB/LSTD_TYPES.h: | ||
|
||
../HAL/HLED/../../MCAL/MDIO/MDIO_Interface.h: | ||
|
||
../HAL/HLED/HLED_Interface.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../HAL/HLED/HLED_Program.c | ||
|
||
OBJS += \ | ||
./HAL/HLED/HLED_Program.o | ||
|
||
C_DEPS += \ | ||
./HAL/HLED/HLED_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
HAL/HLED/%.o: ../HAL/HLED/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
HAL/HSTEPPER/HStepper_Program.o HAL/HSTEPPER/HStepper_Program.o: \ | ||
../HAL/HSTEPPER/HStepper_Program.c \ | ||
../HAL/HSTEPPER/../../LIB/LSTD_TYPES.h \ | ||
../HAL/HSTEPPER/../../MCAL/MDIO/MDIO_Interface.h \ | ||
../HAL/HSTEPPER/../HSTEPPER/HStepper_Config.h \ | ||
../HAL/HSTEPPER/../HSTEPPER/HStepper_Interface.h | ||
|
||
../HAL/HSTEPPER/../../LIB/LSTD_TYPES.h: | ||
|
||
../HAL/HSTEPPER/../../MCAL/MDIO/MDIO_Interface.h: | ||
|
||
../HAL/HSTEPPER/../HSTEPPER/HStepper_Config.h: | ||
|
||
../HAL/HSTEPPER/../HSTEPPER/HStepper_Interface.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../HAL/HSTEPPER/HStepper_Program.c | ||
|
||
OBJS += \ | ||
./HAL/HSTEPPER/HStepper_Program.o | ||
|
||
C_DEPS += \ | ||
./HAL/HSTEPPER/HStepper_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
HAL/HSTEPPER/%.o: ../HAL/HSTEPPER/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
MCAL/MADC/MADC_Program.o MCAL/MADC/MADC_Program.o: \ | ||
../MCAL/MADC/MADC_Program.c ../MCAL/MADC/../../LIB/LSTD_TYPES.h \ | ||
../MCAL/MADC/../../LIB/LBIT_MATH.h ../MCAL/MADC/MADC_Private.h \ | ||
../MCAL/MADC/MADC_Interface.h ../MCAL/MADC/MADC_Config.h | ||
|
||
../MCAL/MADC/../../LIB/LSTD_TYPES.h: | ||
|
||
../MCAL/MADC/../../LIB/LBIT_MATH.h: | ||
|
||
../MCAL/MADC/MADC_Private.h: | ||
|
||
../MCAL/MADC/MADC_Interface.h: | ||
|
||
../MCAL/MADC/MADC_Config.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../MCAL/MADC/MADC_Program.c | ||
|
||
OBJS += \ | ||
./MCAL/MADC/MADC_Program.o | ||
|
||
C_DEPS += \ | ||
./MCAL/MADC/MADC_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
MCAL/MADC/%.o: ../MCAL/MADC/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
MCAL/MDIO/MDIO_Program.o MCAL/MDIO/MDIO_Program.o: \ | ||
../MCAL/MDIO/MDIO_Program.c ../MCAL/MDIO/../../LIB/LSTD_TYPES.h \ | ||
../MCAL/MDIO/../../LIB/LBIT_MATH.h ../MCAL/MDIO/MDIO_Private.h \ | ||
../MCAL/MDIO/MDIO_Interface.h | ||
|
||
../MCAL/MDIO/../../LIB/LSTD_TYPES.h: | ||
|
||
../MCAL/MDIO/../../LIB/LBIT_MATH.h: | ||
|
||
../MCAL/MDIO/MDIO_Private.h: | ||
|
||
../MCAL/MDIO/MDIO_Interface.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../MCAL/MDIO/MDIO_Program.c | ||
|
||
OBJS += \ | ||
./MCAL/MDIO/MDIO_Program.o | ||
|
||
C_DEPS += \ | ||
./MCAL/MDIO/MDIO_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
MCAL/MDIO/%.o: ../MCAL/MDIO/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
MCAL/MEXTI/MEXTI_Program.o MCAL/MEXTI/MEXTI_Program.o: \ | ||
../MCAL/MEXTI/MEXTI_Program.c ../MCAL/MEXTI/../../LIB/LSTD_TYPES.h \ | ||
../MCAL/MEXTI/../../LIB/LBIT_MATH.h ../MCAL/MEXTI/MEXTI_Private.h \ | ||
../MCAL/MEXTI/MEXTI_Interface.h ../MCAL/MEXTI/MEXTI_Config.h | ||
|
||
../MCAL/MEXTI/../../LIB/LSTD_TYPES.h: | ||
|
||
../MCAL/MEXTI/../../LIB/LBIT_MATH.h: | ||
|
||
../MCAL/MEXTI/MEXTI_Private.h: | ||
|
||
../MCAL/MEXTI/MEXTI_Interface.h: | ||
|
||
../MCAL/MEXTI/MEXTI_Config.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../MCAL/MEXTI/MEXTI_Program.c | ||
|
||
OBJS += \ | ||
./MCAL/MEXTI/MEXTI_Program.o | ||
|
||
C_DEPS += \ | ||
./MCAL/MEXTI/MEXTI_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
MCAL/MEXTI/%.o: ../MCAL/MEXTI/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
MCAL/MGIE/MGIE_Program.o MCAL/MGIE/MGIE_Program.o: \ | ||
../MCAL/MGIE/MGIE_Program.c ../MCAL/MGIE/../../LIB/LSTD_TYPES.h \ | ||
../MCAL/MGIE/../../LIB/LBIT_MATH.h ../MCAL/MGIE/MGIE_Private.h | ||
|
||
../MCAL/MGIE/../../LIB/LSTD_TYPES.h: | ||
|
||
../MCAL/MGIE/../../LIB/LBIT_MATH.h: | ||
|
||
../MCAL/MGIE/MGIE_Private.h: |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Automatically-generated file. Do not edit! | ||
################################################################################ | ||
|
||
# Add inputs and outputs from these tool invocations to the build variables | ||
C_SRCS += \ | ||
../MCAL/MGIE/MGIE_Program.c | ||
|
||
OBJS += \ | ||
./MCAL/MGIE/MGIE_Program.o | ||
|
||
C_DEPS += \ | ||
./MCAL/MGIE/MGIE_Program.d | ||
|
||
|
||
# Each subdirectory must supply rules for building sources it contributes | ||
MCAL/MGIE/%.o: ../MCAL/MGIE/%.c | ||
@echo 'Building file: $<' | ||
@echo 'Invoking: AVR Compiler' | ||
avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=16000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" | ||
@echo 'Finished building: $<' | ||
@echo ' ' | ||
|
||
|
Oops, something went wrong.