Skip to content

Commit d9e1a50

Browse files
committed
Added RMC-RA4M1 (rev.2.0) to arduino/ArduinoCore-renesas
1 parent e9d112e commit d9e1a50

File tree

193 files changed

+424492
-0
lines changed

Some content is hidden

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

193 files changed

+424492
-0
lines changed

boards.txt

+49
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,52 @@ muxto.upload.maximum_size=262144
303303
muxto.upload.maximum_data_size=32768
304304

305305
##############################################################
306+
307+
rmc_ra4m1_20.name=Arduino RMC-RA4M1(rev.2.0)
308+
rmc_ra4m1_20.build.core=arduino
309+
rmc_ra4m1_20.build.crossprefix=arm-none-eabi-
310+
rmc_ra4m1_20.build.compiler_path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
311+
312+
rmc_ra4m1_20.build.variant=rmc_ra4m1_20
313+
rmc_ra4m1_20.build.mcu=cortex-m4
314+
rmc_ra4m1_20.build.architecture=cortex-m4
315+
rmc_ra4m1_20.build.fpu=-mfpu=fpv4-sp-d16
316+
rmc_ra4m1_20.build.float-abi=-mfloat-abi=hard
317+
318+
rmc_ra4m1_20.build.board=rmc_ra4m1_20
319+
rmc_ra4m1_20.build.defines=-DF_CPU=48000000 -DARDUINO_UNOR4_MINIMA
320+
rmc_ra4m1_20.vid.0=0x2341
321+
rmc_ra4m1_20.pid.0=0x0069
322+
rmc_ra4m1_20.vid.1=0x2341
323+
rmc_ra4m1_20.pid.1=0x0369
324+
rmc_ra4m1_20.upload_port.0.vid=0x2341
325+
rmc_ra4m1_20.upload_port.0.pid=0x0069
326+
rmc_ra4m1_20.upload_port.1.vid=0x2341
327+
rmc_ra4m1_20.upload_port.1.pid=0x0369
328+
329+
rmc_ra4m1_20.compiler.fsp.defines={build.variant.path}/defines.txt
330+
rmc_ra4m1_20.compiler.fsp.ldflags={build.variant.path}/ldflags.txt
331+
rmc_ra4m1_20.compiler.fsp.cflags=-mthumb "@{compiler.fsp.defines}"
332+
rmc_ra4m1_20.compiler.fsp.cxxflags=-mthumb "@{compiler.fsp.defines}"
333+
rmc_ra4m1_20.compiler.tinyusb.cflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
334+
rmc_ra4m1_20.compiler.tinyusb.cxxflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
335+
rmc_ra4m1_20.compiler.fsp.includes={build.variant.path}/includes.txt
336+
rmc_ra4m1_20.compiler.fsp.extra_ldflags=--specs=nano.specs -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys
337+
rmc_ra4m1_20.compiler.fsp="{build.variant.path}/libs/libfsp.a"
338+
339+
rmc_ra4m1_20.upload.tool=dfu-util
340+
rmc_ra4m1_20.upload.tool.default=dfu-util
341+
rmc_ra4m1_20.upload.protocol=
342+
rmc_ra4m1_20.upload.transport=
343+
rmc_ra4m1_20.upload.vid=0x2341
344+
rmc_ra4m1_20.upload.pid=0x0369
345+
rmc_ra4m1_20.upload.address=0x00010000
346+
rmc_ra4m1_20.upload.interface=0
347+
rmc_ra4m1_20.upload.use_1200bps_touch=false
348+
rmc_ra4m1_20.upload.wait_for_upload_port=false
349+
rmc_ra4m1_20.upload.native_usb=true
350+
rmc_ra4m1_20.upload.maximum_size=262144
351+
rmc_ra4m1_20.upload.maximum_data_size=32768
352+
353+
##############################################################
354+

0 commit comments

Comments
 (0)