Initial commit

This commit is contained in:
2017-09-25 23:32:42 +02:00
commit 9086767475
32 changed files with 2876 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
libs/lcd/hd44780/hd44780.o: ../libs/lcd/hd44780/hd44780.c \
../libs/lcd/hd44780/hd44780.h
../libs/lcd/hd44780/hd44780.h:

Binary file not shown.

View File

@@ -0,0 +1,24 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libs/lcd/hd44780/hd44780.c
OBJS += \
./libs/lcd/hd44780/hd44780.o
C_DEPS += \
./libs/lcd/hd44780/hd44780.d
# Each subdirectory must supply rules for building sources it contributes
libs/lcd/hd44780/%.o: ../libs/lcd/hd44780/%.c
@echo 'Building file: $<'
@echo 'Invoking: AVR Compiler'
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega168p -DF_CPU=8000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '