1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-09-04 01:05:56 +02:00

Communication A↔C : Base coté Arduino

This commit is contained in:
Geoffrey Frogeye 2018-02-12 13:51:51 +01:00
parent e0cb79d1cc
commit 078b4ad2d9
6 changed files with 152 additions and 8 deletions

View file

@ -29,9 +29,11 @@ FORMAT = ihex
# Target file name (without extension).
TARGET = principal
OBJS = serial
# Custom
NAME = $(TARGET).c
OBJSC = $(addsuffix .c,$(OBJS))
# List C source files here. (C dependencies are automatically generated.)
INSTALL_DIR=./FreeRTOSv9.0.0/FreeRTOS
@ -41,6 +43,7 @@ PORT_DIR = .
SRC = \
$(NAME) \
$(OBJSC) \
$(SOURCE_DIR)/tasks.c \
$(SOURCE_DIR)/queue.c \
$(SOURCE_DIR)/list.c \