Transfer gpio driver into c++

This commit is contained in:
Thomas Klaehn
2020-03-29 18:05:34 +02:00
parent 44d7f39026
commit 7f1721a536
7 changed files with 125 additions and 79 deletions

View File

@@ -34,6 +34,8 @@ TARGET_HEX = $(patsubst %.elf,%.hex,$(TARGET))
TARGET_PACKAGE = $(patsubst %.hex,%.zip,$(TARGET_HEX))
THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST))
INCLUDES += src/
INCLUDES += interfaces/
INCLUDES += include/
INCLUDES += include/application/$(APPLICATION)