Skip to content

Commit 125504e

Browse files
committed
Add Composta
1 parent d44cb31 commit 125504e

File tree

191 files changed

+419449
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+419449
-1
lines changed

boards.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,54 @@ santiago.upload.maximum_data_size=32768
9696

9797
##############################################################
9898

99+
composta.name=Santiago Composta (RA4M1)
100+
composta.build.core=arduino
101+
composta.build.crossprefix=arm-none-eabi-
102+
composta.build.compiler_path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
103+
104+
composta.build.variant=SANTIAGO_COMPOSTA
105+
composta.build.mcu=cortex-m4
106+
composta.build.architecture=cortex-m4
107+
composta.build.fpu=-mfpu=fpv5-sp-d16
108+
composta.build.float-abi=-mfloat-abi=hard
109+
110+
composta.build.board=SANTIAGO_COMPOSTA
111+
composta.build.defines=-DF_CPU=48000000 -DNO_USB
112+
composta.vid.0=0x2341
113+
composta.pid.0=0x0069
114+
composta.vid.1=0x2341
115+
composta.pid.1=0x0369
116+
composta.upload_port.0.vid=0x2341
117+
composta.upload_port.0.pid=0x0069
118+
composta.upload_port.1.vid=0x2341
119+
composta.upload_port.1.pid=0x0369
120+
121+
composta.compiler.fsp.defines={build.variant.path}/defines.txt
122+
composta.compiler.fsp.ldflags={build.variant.path}/ldflags.txt
123+
composta.compiler.fsp.cflags=-mthumb "@{compiler.fsp.defines}"
124+
composta.compiler.fsp.cxxflags=-mthumb "@{compiler.fsp.defines}"
125+
composta.compiler.tinyusb.cflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
126+
composta.compiler.tinyusb.cxxflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
127+
composta.compiler.fsp.includes={build.variant.path}/includes.txt
128+
composta.compiler.fsp.extra_ldflags=-lstdc++ -lsupc++ -lm -lc -lgcc -lnosys
129+
composta.compiler.fsp="{build.variant.path}/libs/libfsp.a"
130+
131+
composta.upload.tool=dfu-util
132+
composta.upload.tool.default=dfu-util
133+
composta.upload.protocol=
134+
composta.upload.transport=
135+
composta.upload.vid=0x2341
136+
composta.upload.pid=0x0369
137+
composta.upload.address=0x00010000
138+
composta.upload.interface=0
139+
composta.upload.use_1200bps_touch=false
140+
composta.upload.wait_for_upload_port=false
141+
composta.upload.native_usb=true
142+
composta.upload.maximum_size=262144
143+
composta.upload.maximum_data_size=32768
144+
145+
##############################################################
146+
99147
muxto.name=Muxto (RA2A1)
100148
muxto.build.core=arduino
101149
muxto.build.crossprefix=arm-none-eabi-

0 commit comments

Comments
 (0)