source: rubycfg_asp/trunk/asp_dcre/arch/ccrx/configure/def.py@ 313

Last change on this file since 313 was 313, checked in by coas-nagasima, 7 years ago

ソースを追加

File size: 421 bytes
Line 
1# Source Dir
2SRCDIR = "../../../"
3
4# Configfile name
5CFG_FILE = "sample1.cfg"
6
7# Target board
8TARGET = "gr_sakura_ccrx"
9
10# Target mcu
11TARGET_MCU = 'R5F563NBDxFP'
12
13# Application files
14asp_app_files = ['sample1.c', '../../rx630_ccrx/prc_test.src']
15
16# Addition Dir list (relative path from srcdir)
17USER_INCLUDE = []
18
19# Copy sample1
20COPY_SAMPLE1 = True
21
22# Use RX Serial Debugger
23USE_SERIALDEBUG = True
Note: See TracBrowser for help on using the repository browser.