-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathboards.txt
32 lines (27 loc) · 1.01 KB
/
boards.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# See: http://code.google.com/p/arduino/wiki/Platforms
menu.cpu=Processor
## RL78/G23 Fast Prototyping Board 64P Board Description
g23-fpb-64p.name=RL78-G23-64p Fast Prototyping Board
g23-fpb-64p.upload.tool=rl78flash
g23-fpb-64p.upload.protocol=rl78
g23-fpb-64p.upload.maximum_size=131072
g23-fpb-64p.upload.maximum_data_size=16384
g23-fpb-64p.upload.speed=115200
g23-fpb-64p.bootloader.tool=
g23-fpb-64p.bootloader.low_fuses=
g23-fpb-64p.bootloader.high_fuses=
g23-fpb-64p.bootloader.extended_fuses=
g23-fpb-64p.bootloader.unlock_bits=
g23-fpb-64p.bootloader.lock_bits=
g23-fpb-64p.bootloader.file=
g23-fpb-64p.build.mcu=rl78
g23-fpb-64p.build.f_cpu=32000000L
g23-fpb-64p.build.board=RL78G23_64P_FPB
g23-fpb-64p.build.core=rl78g23
########## TSSR changed ##########
g23-fpb-64p.build.ldscript=variants/g23-fpb-64p/linker_scripts/gcc/linker_script.ld
########## TSSR changed ##########
g23-fpb-64p.build.variant=g23-fpb-64p
g23-fpb-64p.build.extra_flags=-DGRPROT
##############################################################
#<EOF>