source: rtos_arduino/trunk/examples/MultiTask/Makefile@ 260

Last change on this file since 260 was 260, checked in by ertl-honda, 8 years ago

マクロ名を更新.
実行モデルを変更.

File size: 753 bytes
Line 
1#
2# ターゲットの指定(Makefile.targetで上書きされるのを防ぐため)
3#
4all:
5
6#
7# アプリケーションファイル
8#
9APPL_CXXOBJS += r2ca_app.o
10APPL_COBJS +=
11APPL_CFG = r2ca_app.cfg
12
13#
14# Serialの扱い
15# ARDUINO_SERIAL
16# NOUSE_SERIAL
17# USE_SERIAL
18# USE_SERIALUSB_AS_SERIAL
19# USE_SERIAL5_AS_SERIAL
20#
21#ARDUINO_SERIAL = NOUSE_SERIAL
22ARDUINO_SERIAL = USE_SERIAL
23#ARDUINO_SERIAL = USE_SERIALUSB_AS_SERIAL
24#ARDUINO_SERIAL = USE_SERIAL5_AS_SERIAL
25
26#
27# R2CAのディレクトリの定義
28#
29R2CA_DIR = ../..
30
31#
32# ASPのソースファイルのディレクトリの定義
33#
34SRCDIR = ../../asp_1.9.2
35
36#
37# その他のオプション
38#
39APPL_CFLAGS =
40APPL_LIBS =
41APPL_DIR =
42
43include $(R2CA_DIR)/lib/Makefile.r2ca
Note: See TracBrowser for help on using the repository browser.