You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RT Shell files.
|
|
STREAMSSRC = $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
|
|
$(CHIBIOS)/os/hal/lib/streams/memstreams.c \
|
|
$(CHIBIOS)/os/hal/lib/streams/nullstreams.c
|
|
|
|
STREAMSINC = $(CHIBIOS)/os/hal/lib/streams
|
|
|
|
# Shared variables
|
|
ALLCSRC += $(STREAMSSRC)
|
|
ALLINC += $(STREAMSINC)
|