@@ -206,3 +206,51 @@ muxto.upload.maximum_size=262144
206
206
muxto.upload.maximum_data_size=32768
207
207
208
208
##############################################################
209
+
210
+ thingplus_ra6m5.name=SparkFun Thing Plus RA6M5
211
+ thingplus_ra6m5.build.core=arduino
212
+ thingplus_ra6m5.build.crossprefix=arm-none-eabi-
213
+ thingplus_ra6m5.build.compiler_path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
214
+
215
+ thingplus_ra6m5.build.variant=THINGPLUS_RA6M5
216
+ thingplus_ra6m5.build.mcu=cortex-m33
217
+ thingplus_ra6m5.build.architecture=cortex-m33
218
+ thingplus_ra6m5.build.fpu=-mfpu=fpv5-sp-d16
219
+ thingplus_ra6m5.build.float-abi=-mfloat-abi=hard
220
+
221
+ thingplus_ra6m5.build.board=THINGPLUS_RA6M5
222
+ thingplus_ra6m5.build.defines=-DF_CPU=200000000
223
+ thingplus_ra6m5.vid.0=0x1b4f
224
+ thingplus_ra6m5.pid.0=0x0036
225
+ thingplus_ra6m5.vid.1=0x1b4f
226
+ thingplus_ra6m5.pid.1=0x0037
227
+ thingplus_ra6m5.upload_port.0.vid=0x1b4f
228
+ thingplus_ra6m5.upload_port.0.pid=0x0036
229
+ thingplus_ra6m5.upload_port.1.vid=0x1b4f
230
+ thingplus_ra6m5.upload_port.1.pid=0x0037
231
+
232
+ thingplus_ra6m5.compiler.fsp.defines={build.variant.path}/defines.txt
233
+ thingplus_ra6m5.compiler.fsp.ldflags={build.variant.path}/ldflags.txt
234
+ thingplus_ra6m5.compiler.fsp.cflags=-mthumb "@{compiler.fsp.defines}"
235
+ thingplus_ra6m5.compiler.fsp.cxxflags=-mthumb "@{compiler.fsp.defines}"
236
+ thingplus_ra6m5.compiler.tinyusb.cflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
237
+ thingplus_ra6m5.compiler.tinyusb.cxxflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
238
+ thingplus_ra6m5.compiler.fsp.includes={build.variant.path}/includes.txt
239
+ thingplus_ra6m5.compiler.fsp.extra_ldflags=-lstdc++ -lsupc++ -lm -lc -lgcc -lnosys
240
+ thingplus_ra6m5.compiler.fsp="{build.variant.path}/libs/libfsp.a"
241
+
242
+ thingplus_ra6m5.upload.tool=dfu-util
243
+ thingplus_ra6m5.upload.tool.default=dfu-util
244
+ thingplus_ra6m5.upload.protocol=
245
+ thingplus_ra6m5.upload.transport=
246
+ thingplus_ra6m5.upload.vid=0x1b4f
247
+ thingplus_ra6m5.upload.pid=0x0036
248
+ thingplus_ra6m5.upload.address=0x00010000
249
+ thingplus_ra6m5.upload.interface=0
250
+ thingplus_ra6m5.upload.use_1200bps_touch=false
251
+ thingplus_ra6m5.upload.wait_for_upload_port=false
252
+ thingplus_ra6m5.upload.native_usb=true
253
+ thingplus_ra6m5.upload.maximum_size=2097152
254
+ thingplus_ra6m5.upload.maximum_data_size=523624
255
+
256
+ ##############################################################
0 commit comments