@@ -337,4 +337,138 @@ portentah7.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
337
337
portentah7.debug.server.openocd.scripts.1={programmer.transport_script}
338
338
portentah7.debug.server.openocd.scripts.2=target/stm32h7x_dual_bank.cfg
339
339
portentah7.debug.cortex-debug.custom.request=attach
340
- portentah7.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd
340
+ portentah7.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd
341
+
342
+ ##############################################################################################################
343
+
344
+ frdm_rw612.name=RW612
345
+ frdm_rw612.build.core=arduino
346
+ frdm_rw612.build.crossprefix=arm-zephyr-eabi-
347
+ frdm_rw612.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
348
+
349
+ frdm_rw612.menu.debug.false=Standard
350
+ frdm_rw612.menu.debug.true=Debug
351
+
352
+ frdm_rw612.menu.debug.false.post_build_arg=
353
+ frdm_rw612.menu.debug.true.post_build_arg=debug
354
+
355
+ frdm_rw612.build.variant=frdm_rw612
356
+ frdm_rw612.build.mcu=cortex-m33+nodsp
357
+ frdm_rw612.build.fpu=-mfpu=fpv5-sp-d16
358
+ frdm_rw612.build.architecture=cortex-m33+nodsp
359
+ frdm_rw612.compiler.zephyr.arch.define=
360
+
361
+ frdm_rw612.build.board={build.variant}
362
+
363
+ frdm_rw612.build.float-abi=-mfloat-abi=hard
364
+ frdm_rw612.build.extra_flags=
365
+ frdm_rw612.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
366
+ frdm_rw612.build.board=frdm_rw612
367
+ frdm_rw612.build.extra_ldflags=
368
+ frdm_rw612.compiler.zephyr.arch.define=
369
+ frdm_rw612.compiler.zephyr.defines=-DLL_EXTENSION_BUILD -DCONFIG_ARDUINO_API_SERIAL_BUFFER_SIZE=256 -DCPU_RW612ETA2I -DRW610 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=122880 -DLPFLEXCOMM_INIT_NOT_USED_IN_DRIVER=1 -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
370
+ frdm_rw612.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit
371
+ frdm_rw612.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
372
+ frdm_rw612.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
373
+ frdm_rw612.compiler.zephyr.includes={build.variant.path}/includes.txt
374
+ frdm_rw612.compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lnosys -nostdlib
375
+ frdm_rw612.compiler.zephyr=
376
+ frdm_rw612.vid.0=0x1fc9
377
+ frdm_rw612.pid.0=0x0143
378
+ frdm_rw612.upload_port.0.vid=0x1fc9
379
+ frdm_rw612.upload_port.0.pid=0x0143
380
+ frdm_rw612.upload.address=0x18323000
381
+ frdm_rw612.upload.target=rw612
382
+
383
+ frdm_rw612.upload.tool=pyocd
384
+ frdm_rw612.upload.tool.default=pyocd
385
+ frdm_rw612.upload.protocol=
386
+ frdm_rw612.upload.transport=
387
+ frdm_rw612.upload.vid=0x1fc9
388
+ frdm_rw612.upload.pid=0x0143
389
+ frdm_rw612.upload.interface=0
390
+ frdm_rw612.upload.use_1200bps_touch=false
391
+ frdm_rw612.upload.wait_for_upload_port=false
392
+ frdm_rw612.upload.native_usb=true
393
+ frdm_rw612.upload.maximum_size=1966080
394
+ frdm_rw612.upload.maximum_data_size=523624
395
+
396
+ frdm_rw612.bootloader.tool=pyocd
397
+ frdm_rw612.bootloader.tool.default=pyocd
398
+ frdm_rw612.bootloader.file=zephyr-frdm_rw612.elf
399
+ frdm_rw612.bootloader.target=rw612
400
+
401
+ ##########################################################################################
402
+
403
+ niclasense.name=Arduino Nicla Sense ME
404
+ niclasense.build.core=arduino
405
+ niclasense.build.crossprefix=arm-zephyr-eabi-
406
+ niclasense.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
407
+
408
+ niclasense.menu.debug.false=Standard
409
+ niclasense.menu.debug.true=Debug
410
+
411
+ niclasense.menu.debug.false.post_build_arg=
412
+ niclasense.menu.debug.true.post_build_arg=debug
413
+
414
+ niclasense.build.variant=arduino_nicla_sense_me
415
+ niclasense.build.mcu=cortex-m4
416
+ niclasense.build.fpu=-mfpu=fpv4-sp-d16
417
+ niclasense.build.architecture=cortex-m4
418
+ niclasense.compiler.zephyr.arch.define=
419
+
420
+ niclasense.build.board={build.variant}
421
+
422
+ niclasense.build.float-abi=-mfloat-abi=hard
423
+ niclasense.build.extra_flags=
424
+ niclasense.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
425
+ niclasense.build.architecture=cortex-m4
426
+ niclasense.build.board=ARDUINO_NICLA_SENSE_ME
427
+ niclasense.build.extra_ldflags=
428
+ niclasense.compiler.zephyr.defines=-DLL_EXTENSION_BUILD -DCONFIG_ARDUINO_API_SERIAL_BUFFER_SIZE=256 -DNRF52832_XXAA -DK_HEAP_MEM_POOL_SIZE=1024 -DKERNEL -DPICOLIBC_LONG_LONG_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
429
+ niclasense.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit
430
+ niclasense.compiler.zephyr.cflags=-fno-strict-aliasing -fno-printf-return-value -fno-common -mcpu=cortex-m4 -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
431
+ niclasense.compiler.zephyr.cxxflags={compiler.zephyr.ldflags} -fdata-sections -ffunction-sections -fno-unwind-tables -fno-strict-aliasing -fno-printf-return-value -fno-common -mcpu=cortex-m4 -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
432
+ niclasense.compiler.zephyr.includes={build.variant.path}/includes.txt
433
+ niclasense.compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lnosys -nostdlib
434
+ niclasense.compiler.zephyr=
435
+ niclasense.vid.0=0x2341
436
+ niclasense.pid.0=0x0360
437
+ niclasense.upload_port.0.vid=0x2341
438
+ niclasense.upload_port.0.pid=0x0060
439
+
440
+ #niclasense.upload.tool=openocd
441
+ #niclasense.upload.tool.default=openocd
442
+ niclasense.upload.tool=pyocd
443
+ niclasense.upload.tool.default=pyocd
444
+ niclasense.upload.protocol=
445
+ niclasense.upload.transport=
446
+ niclasense.upload.vid=0x2341
447
+ niclasense.upload.pid=0x0060
448
+ niclasense.upload.interface=0
449
+ niclasense.upload.use_1200bps_touch=false
450
+ niclasense.upload.wait_for_upload_port=false
451
+ niclasense.upload.native_usb=false
452
+ niclasense.upload.maximum_size=1966080
453
+ niclasense.upload.maximum_data_size=523624
454
+ niclasense.upload.address=0x70000
455
+ niclasense.upload.target=nrf52
456
+
457
+ niclasense.upload.maximum_size=786432
458
+ niclasense.upload.maximum_data_size=523624
459
+
460
+ #niclasense.bootloader.tool=openocd
461
+ #niclasense.bootloader.tool.default=openocd
462
+ niclasense.bootloader.tool=pyocd
463
+ niclasense.bootloader.tool.default=pyocd
464
+ niclasense.bootloader.vid=0x2341
465
+ niclasense.bootloader.pid=0x0360
466
+ niclasense.bootloader.interface=0
467
+ niclasense.bootloader.file=zephyr-arduino_nicla_sense_me.hex
468
+ niclasense.bootloader.target=nrf52
469
+
470
+ niclasense.debug.tool=gdb
471
+ niclasense.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
472
+ niclasense.debug.server.openocd.scripts.1={programmer.transport_script}
473
+ niclasense.debug.server.openocd.scripts.2=target/nrf52.cfg
474
+ niclasense.debug.cortex-debug.custom.request=attach
0 commit comments