Skip to content

Commit 9d1239a

Browse files
committed
Initial: add Opta target
1 parent 99504de commit 9d1239a

File tree

2,533 files changed

+1396366
-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.

2,533 files changed

+1396366
-0
lines changed

boards.txt

+65
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,68 @@ portentac33.bootloader.file=zephyr-{build.variant}.bin
472472
portentac33.bootloader.interface=0
473473
portentac33.bootloader.address=0x10000
474474
portentac33.bootloader.dfuse=-Q
475+
476+
##########################################################################################
477+
478+
opta.name=Arduino Opta
479+
opta.build.core=arduino
480+
opta.build.crossprefix=arm-zephyr-eabi-
481+
opta.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
482+
483+
opta.menu.debug.false=Standard
484+
opta.menu.debug.true=Debug
485+
486+
opta.menu.debug.false.postbuild_debug=
487+
opta.menu.debug.true.postbuild_debug=-debug
488+
489+
opta.build.variant=arduino_opta_stm32h747xx_m7
490+
opta.build.mcu=cortex-m7
491+
opta.build.fpu=-mfpu=fpv5-d16
492+
opta.build.architecture=cortex-m7
493+
opta.compiler.zephyr.arch.define=-DCORE_CM7
494+
495+
opta.build.float-abi=-mfloat-abi=softfp
496+
opta.build.extra_flags=
497+
opta.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
498+
opta.build.architecture=cortex-m7
499+
opta.build.board=ARDUINO_OPTA
500+
opta.compiler.zephyr=
501+
opta.vid.0=0x2341
502+
opta.pid.0=0x0064
503+
opta.upload_port.0.vid=0x2341
504+
opta.upload_port.0.pid=0x0364
505+
506+
opta.upload.tool=dfu-util
507+
opta.upload.tool.default=dfu-util
508+
opta.upload.protocol=
509+
opta.upload.transport=
510+
opta.upload.vid=0x2341
511+
opta.upload.pid=0x0364
512+
opta.upload.interface=0
513+
opta.upload.use_1200bps_touch=true
514+
opta.upload.wait_for_upload_port=true
515+
opta.upload.native_usb=true
516+
opta.upload.maximum_size=1966080
517+
opta.upload.maximum_data_size=523624
518+
519+
opta.upload.address=0x080E0000
520+
521+
opta.upload.maximum_size=786432
522+
opta.upload.maximum_data_size=523624
523+
524+
opta.bootloader.tool=dfu-util
525+
opta.bootloader.tool.default=dfu-util
526+
opta.bootloader.vid=0x2341
527+
opta.bootloader.pid=0x0364
528+
opta.bootloader.interface=0
529+
opta.bootloader.file=zephyr-{build.variant}.bin
530+
opta.bootloader.address=0x08040000
531+
532+
opta.debug.tool=gdb
533+
opta.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
534+
opta.debug.server.openocd.scripts.1={programmer.transport_script}
535+
opta.debug.server.openocd.scripts.2=target/stm32h7x_dual_bank.cfg
536+
opta.debug.cortex-debug.custom.request=attach
537+
opta.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd
538+
539+
##############################################################################################################
Binary file not shown.
4.66 MB
Binary file not shown.

0 commit comments

Comments
 (0)