1
- menu.debug=Mode
1
+ menu.debug=Debug
2
+ menu.mode=Mode
2
3
3
4
giga.name=Arduino Giga R1
4
5
giga.build.core=arduino
@@ -8,8 +9,8 @@ giga.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
8
9
giga.menu.debug.false=Standard
9
10
giga.menu.debug.true=Debug
10
11
11
- giga.menu.debug.false.post_build_arg =
12
- giga.menu.debug.true.post_build_arg= debug
12
+ giga.menu.debug.false.postbuild_debug =
13
+ giga.menu.debug.true.postbuild_debug=- debug
13
14
14
15
giga.build.variant=arduino_giga_r1_m7
15
16
giga.build.mcu=cortex-m7
@@ -81,8 +82,8 @@ nano33ble.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
81
82
nano33ble.menu.debug.false=Standard
82
83
nano33ble.menu.debug.true=Debug
83
84
84
- nano33ble.menu.debug.false.post_build_arg =
85
- nano33ble.menu.debug.true.post_build_arg= debug
85
+ nano33ble.menu.debug.false.postbuild_debug =
86
+ nano33ble.menu.debug.true.postbuild_debug=- debug
86
87
87
88
nano33ble.build.variant=arduino_nano_33_ble_sense
88
89
nano33ble.build.mcu=cortex-m4
@@ -151,8 +152,8 @@ ek_ra8d1.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
151
152
ek_ra8d1.menu.debug.false=Standard
152
153
ek_ra8d1.menu.debug.true=Debug
153
154
154
- ek_ra8d1.menu.debug.false.post_build_arg =
155
- ek_ra8d1.menu.debug.true.post_build_arg= debug
155
+ ek_ra8d1.menu.debug.false.postbuild_debug =
156
+ ek_ra8d1.menu.debug.true.postbuild_debug=- debug
156
157
157
158
ek_ra8d1.build.variant=ek_ra8d1
158
159
ek_ra8d1.build.mcu=cortex-m85+nomve
@@ -217,8 +218,8 @@ frdm_mcxn947.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin
217
218
frdm_mcxn947.menu.debug.false=Standard
218
219
frdm_mcxn947.menu.debug.true=Debug
219
220
220
- frdm_mcxn947.menu.debug.false.post_build_arg =
221
- frdm_mcxn947.menu.debug.true.post_build_arg= debug
221
+ frdm_mcxn947.menu.debug.false.postbuild_debug =
222
+ frdm_mcxn947.menu.debug.true.postbuild_debug=- debug
222
223
223
224
frdm_mcxn947.build.variant=frdm_mcxn947_mcxn947_cpu0
224
225
frdm_mcxn947.build.mcu=cortex-m33
@@ -277,8 +278,8 @@ portentah7.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
277
278
portentah7.menu.debug.false=Standard
278
279
portentah7.menu.debug.true=Debug
279
280
280
- portentah7.menu.debug.false.post_build_arg =
281
- portentah7.menu.debug.true.post_build_arg= debug
281
+ portentah7.menu.debug.false.postbuild_debug =
282
+ portentah7.menu.debug.true.postbuild_debug=- debug
282
283
283
284
portentah7.build.variant=arduino_portenta_h7
284
285
portentah7.build.mcu=cortex-m7
@@ -349,8 +350,8 @@ frdm_rw612.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
349
350
frdm_rw612.menu.debug.false=Standard
350
351
frdm_rw612.menu.debug.true=Debug
351
352
352
- frdm_rw612.menu.debug.false.post_build_arg =
353
- frdm_rw612.menu.debug.true.post_build_arg= debug
353
+ frdm_rw612.menu.debug.false.postbuild_debug =
354
+ frdm_rw612.menu.debug.true.postbuild_debug=- debug
354
355
355
356
frdm_rw612.build.variant=frdm_rw612
356
357
frdm_rw612.build.mcu=cortex-m33+nodsp
@@ -408,8 +409,8 @@ niclasense.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
408
409
niclasense.menu.debug.false=Standard
409
410
niclasense.menu.debug.true=Debug
410
411
411
- niclasense.menu.debug.false.post_build_arg =
412
- niclasense.menu.debug.true.post_build_arg= debug
412
+ niclasense.menu.debug.false.postbuild_debug =
413
+ niclasense.menu.debug.true.postbuild_debug=- debug
413
414
414
415
niclasense.build.variant=arduino_nicla_sense_me
415
416
niclasense.build.mcu=cortex-m4
@@ -472,3 +473,76 @@ niclasense.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
472
473
niclasense.debug.server.openocd.scripts.1={programmer.transport_script}
473
474
niclasense.debug.server.openocd.scripts.2=target/nrf52.cfg
474
475
niclasense.debug.cortex-debug.custom.request=attach
476
+
477
+
478
+ ##########################################################################################
479
+
480
+ portentac33.name=Portenta C33
481
+ portentac33.build.core=arduino
482
+ portentac33.build.crossprefix=arm-zephyr-eabi-
483
+ portentac33.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
484
+
485
+ portentac33.menu.debug.false=Standard
486
+ portentac33.menu.debug.true=Debug
487
+
488
+ portentac33.menu.debug.false.postbuild_debug=
489
+ portentac33.menu.debug.true.postbuild_debug=-debug
490
+
491
+ portentac33.menu.mode.llext=llext
492
+ portentac33.menu.mode.linked=linked
493
+
494
+ portentac33.menu.mode.linked.build.extra_extra_ldflags=-lc -lm -lgcc -L{build.variant.path} -Wl,--wrap=random -Wl,--wrap=calloc -Wl,--wrap=free -Wl,--wrap=malloc -Wl,--wrap=realloc
495
+ portentac33.menu.mode.linked.build.llext_link_flags=
496
+ portentac33.menu.mode.linked.build.suffix=_linked
497
+ portentac33.menu.mode.linked.build.ldscript={runtime.platform.path}/variants/linked/linker_script.ld
498
+ portentac33.menu.mode.linked.upload.extension=bin.dfu
499
+ portentac33.menu.mode.linked.postbuild_mode=-linked
500
+
501
+ portentac33.build.variant=arduino_portenta_c33
502
+ portentac33.build.mcu=cortex-m33
503
+ portentac33.build.fpu=-mfpu=fpv5-sp-d16
504
+ portentac33.build.architecture=cortex-m33
505
+ portentac33.compiler.zephyr.arch.define=
506
+
507
+ portentac33.build.board={build.variant}
508
+
509
+ portentac33.build.float-abi=-mfloat-abi=hard
510
+ portentac33.build.extra_flags=
511
+ portentac33.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
512
+ portentac33.build.board=arduino_portenta_c33
513
+ portentac33.build.extra_ldflags=
514
+ portentac33.compiler.zephyr.arch.define=
515
+ portentac33.compiler.zephyr.defines=-DLL_EXTENSION_BUILD -DCONFIG_ARDUINO_API_SERIAL_BUFFER_SIZE=256 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=122880 -DNDEBUG -DPICOLIBC_DOUBLE_PRINTF_SCANF -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -imacros{build.variant.path}/llext-edk/include/zephyr/include/generated/zephyr/autoconf.h -imacros{build.variant.path}/llext-edk/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h
516
+ portentac33.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit
517
+ portentac33.compiler.zephyr.cflags=-fno-strict-aliasing -fno-printf-return-value -fno-common -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop --specs=picolibc.specs -D_POSIX_THREADS -mlong-calls -nodefaultlibs
518
+ portentac33.compiler.zephyr.cxxflags={compiler.zephyr.ldflags} -fdata-sections -ffunction-sections -fno-unwind-tables -fno-strict-aliasing -fno-printf-return-value -fno-common -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop --specs=picolibc.specs -D_POSIX_THREADS -mlong-calls -nodefaultlibs
519
+ portentac33.compiler.zephyr.includes={build.variant.path}/includes.txt
520
+ portentac33.compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lnosys -nostdlib {build.extra_extra_ldflags}
521
+ portentac33.compiler.zephyr=
522
+ portentac33.vid.0=0x2341
523
+ portentac33.pid.0=0x0068
524
+ portentac33.upload_port.0.vid=0x2341
525
+ portentac33.upload_port.0.pid=0x0068
526
+ portentac33.upload.target=portentac33
527
+
528
+ portentac33.upload.tool=dfu-util
529
+ portentac33.upload.tool.default=dfu-util
530
+ portentac33.upload.protocol=
531
+ portentac33.upload.transport=
532
+ portentac33.upload.vid=0x2341
533
+ portentac33.upload.pid=0x0368
534
+ portentac33.upload.interface=1
535
+ portentac33.upload.use_1200bps_touch=true
536
+ portentac33.upload.wait_for_upload_port=false
537
+ portentac33.upload.native_usb=true
538
+ portentac33.upload.maximum_size=1966080
539
+ portentac33.upload.maximum_data_size=523624
540
+ portentac33.upload.address=0x100000
541
+ portentac33.upload.dfuse=-Q
542
+
543
+ portentac33.bootloader.tool=dfu-util
544
+ portentac33.bootloader.tool.default=dfu-util
545
+ portentac33.bootloader.file=zephyr-arduino_portenta_c33.bin
546
+ portentac33.bootloader.interface=0
547
+ portentac33.bootloader.address=0x10000
548
+ portentac33.bootloader.dfuse=-Q
0 commit comments