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:
parent
e0cb79d1cc
commit
078b4ad2d9
6 changed files with 152 additions and 8 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue