@@ -12,19 +12,17 @@ giga.menu.debug.true=Debug
12
12
giga.menu.debug.false.postbuild_debug=
13
13
giga.menu.debug.true.postbuild_debug=-debug
14
14
15
- giga.build.variant=arduino_giga_r1_m7
15
+ giga.build.variant=arduino_giga_r1_stm32h747xx_m7
16
16
giga.build.mcu=cortex-m7
17
17
giga.build.fpu=-mfpu=fpv5-d16
18
18
giga.build.architecture=cortex-m7
19
19
giga.compiler.zephyr.arch.define=-DCORE_CM7
20
20
21
- giga.build.board={build.variant}
22
-
23
21
giga.build.float-abi=-mfloat-abi=softfp
24
22
giga.build.extra_flags=
25
23
giga.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
26
24
giga.build.architecture=cortex-m7
27
- giga.build.board=GIGA
25
+ giga.build.board=ARDUINO_GIGA
28
26
giga.compiler.zephyr=
29
27
giga.vid.0=0x2341
30
28
giga.pid.0=0x0066
@@ -54,7 +52,7 @@ giga.bootloader.tool.default=dfu-util
54
52
giga.bootloader.vid=0x2341
55
53
giga.bootloader.pid=0x0366
56
54
giga.bootloader.interface=0
57
- giga.bootloader.file=zephyr-arduino_giga_r1_m7 .bin
55
+ giga.bootloader.file=zephyr-{build.variant} .bin
58
56
giga.bootloader.address=0x08040000
59
57
60
58
giga.debug.tool=gdb
@@ -77,14 +75,12 @@ nano33ble.menu.debug.true=Debug
77
75
nano33ble.menu.debug.false.postbuild_debug=
78
76
nano33ble.menu.debug.true.postbuild_debug=-debug
79
77
80
- nano33ble.build.variant=arduino_nano_33_ble_sense
78
+ nano33ble.build.variant=arduino_nano_33_ble_nrf52840_sense
81
79
nano33ble.build.mcu=cortex-m4
82
80
nano33ble.build.fpu=-mfpu=fpv4-sp-d16
83
81
nano33ble.build.architecture=cortex-m4
84
82
nano33ble.compiler.zephyr.arch.define=
85
83
86
- nano33ble.build.board={build.variant}
87
-
88
84
nano33ble.build.float-abi=-mfloat-abi=hard
89
85
nano33ble.build.extra_flags=
90
86
nano33ble.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
@@ -118,7 +114,7 @@ nano33ble.bootloader.tool.default=bossac
118
114
nano33ble.bootloader.vid=0x2341
119
115
nano33ble.bootloader.pid=0x035b
120
116
nano33ble.bootloader.interface=0
121
- nano33ble.bootloader.file=zephyr-arduino_nano_33_ble_sense .bin
117
+ nano33ble.bootloader.file=zephyr-{build.variant} .bin
122
118
nano33ble.bootloader.address=0x0000
123
119
124
120
nano33ble.debug.tool=gdb
@@ -140,19 +136,17 @@ ek_ra8d1.menu.debug.true=Debug
140
136
ek_ra8d1.menu.debug.false.postbuild_debug=
141
137
ek_ra8d1.menu.debug.true.postbuild_debug=-debug
142
138
143
- ek_ra8d1.build.variant=ek_ra8d1
139
+ ek_ra8d1.build.variant=ek_ra8d1_r7fa8d1bhecbd
144
140
ek_ra8d1.build.mcu=cortex-m85+nomve
145
141
ek_ra8d1.build.fpu=-mfpu=fpv5-d16
146
142
ek_ra8d1.build.architecture=cortex-m85+nomve
147
143
ek_ra8d1.compiler.zephyr.arch.define=
148
144
149
- ek_ra8d1.build.board={build.variant}
150
-
151
145
ek_ra8d1.build.float-abi=-mfloat-abi=hard
152
146
ek_ra8d1.build.extra_flags=
153
147
ek_ra8d1.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
154
148
ek_ra8d1.build.architecture=cortex-m85+nomve
155
- ek_ra8d1.build.board=ek_ra8d1
149
+ ek_ra8d1.build.board=EK_RA8D1
156
150
ek_ra8d1.compiler.zephyr.arch.define=
157
151
158
152
#ek_ra8d1.recipe.hooks.objcopy.postobjcopy.4.pattern=cp {build.variant.path}/flasher.jlink "{build.path}/flasher.jlink"
@@ -181,7 +175,7 @@ ek_ra8d1.upload.target=R7FA8D1AH
181
175
182
176
ek_ra8d1.bootloader.tool=pyocd
183
177
ek_ra8d1.bootloader.tool.default=pyocd
184
- ek_ra8d1.bootloader.file=zephyr-ek_ra8d1 .elf
178
+ ek_ra8d1.bootloader.file=zephyr-{build.variant} .elf
185
179
ek_ra8d1.bootloader.target=R7FA8D1AH
186
180
187
181
@@ -204,12 +198,10 @@ frdm_mcxn947.build.fpu=-mfpu=fpv5-sp-d16
204
198
frdm_mcxn947.build.architecture=cortex-m33
205
199
frdm_mcxn947.compiler.zephyr.arch.define=
206
200
207
- frdm_mcxn947.build.board={build.variant}
208
-
209
201
frdm_mcxn947.build.float-abi=-mfloat-abi=hard
210
202
frdm_mcxn947.build.extra_flags=
211
203
frdm_mcxn947.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
212
- frdm_mcxn947.build.board=frdm_mcxn947
204
+ frdm_mcxn947.build.board=FRDM_MCXN947
213
205
frdm_mcxn947.compiler.zephyr.arch.define=
214
206
frdm_mcxn947.compiler.zephyr=
215
207
frdm_mcxn947.vid.0=0x1fc9
@@ -234,7 +226,7 @@ frdm_mcxn947.upload.maximum_data_size=523624
234
226
235
227
frdm_mcxn947.bootloader.tool=pyocd
236
228
frdm_mcxn947.bootloader.tool.default=pyocd
237
- frdm_mcxn947.bootloader.file=zephyr-frdm_mcxn947_mcxn947_cpu0 .elf
229
+ frdm_mcxn947.bootloader.file=zephyr-{build.variant} .elf
238
230
frdm_mcxn947.bootloader.target=mcxn947vdf
239
231
240
232
@@ -251,19 +243,17 @@ portentah7.menu.debug.true=Debug
251
243
portentah7.menu.debug.false.postbuild_debug=
252
244
portentah7.menu.debug.true.postbuild_debug=-debug
253
245
254
- portentah7.build.variant=arduino_portenta_h7
246
+ portentah7.build.variant=arduino_portenta_h7_stm32h747xx_m7
255
247
portentah7.build.mcu=cortex-m7
256
248
portentah7.build.fpu=-mfpu=fpv5-d16
257
249
portentah7.build.architecture=cortex-m7
258
250
portentah7.compiler.zephyr.arch.define=-DCORE_CM7
259
251
260
- portentah7.build.board={build.variant}
261
-
262
252
portentah7.build.float-abi=-mfloat-abi=softfp
263
253
portentah7.build.extra_flags=
264
254
portentah7.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
265
255
portentah7.build.architecture=cortex-m7
266
- portentah7.build.board=PORTENTA_H7
256
+ portentah7.build.board=ARDUINO_PORTENTA_H7
267
257
portentah7.compiler.zephyr=
268
258
portentah7.vid.0=0x2341
269
259
portentah7.pid.0=0x005b
@@ -293,7 +283,7 @@ portentah7.bootloader.tool.default=dfu-util
293
283
portentah7.bootloader.vid=0x2341
294
284
portentah7.bootloader.pid=0x035b
295
285
portentah7.bootloader.interface=0
296
- portentah7.bootloader.file=zephyr-arduino_portenta_h7 .bin
286
+ portentah7.bootloader.file=zephyr-{build.variant} .bin
297
287
portentah7.bootloader.address=0x08040000
298
288
299
289
portentah7.debug.tool=gdb
@@ -316,18 +306,16 @@ frdm_rw612.menu.debug.true=Debug
316
306
frdm_rw612.menu.debug.false.postbuild_debug=
317
307
frdm_rw612.menu.debug.true.postbuild_debug=-debug
318
308
319
- frdm_rw612.build.variant=frdm_rw612
309
+ frdm_rw612.build.variant=frdm_rw612_rw612
320
310
frdm_rw612.build.mcu=cortex-m33+nodsp
321
311
frdm_rw612.build.fpu=-mfpu=fpv5-sp-d16
322
312
frdm_rw612.build.architecture=cortex-m33+nodsp
323
313
frdm_rw612.compiler.zephyr.arch.define=
324
314
325
- frdm_rw612.build.board={build.variant}
326
-
327
315
frdm_rw612.build.float-abi=-mfloat-abi=hard
328
316
frdm_rw612.build.extra_flags=
329
317
frdm_rw612.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
330
- frdm_rw612.build.board=frdm_rw612
318
+ frdm_rw612.build.board=FRDM_RW612
331
319
frdm_rw612.compiler.zephyr.arch.define=
332
320
frdm_rw612.compiler.zephyr=
333
321
frdm_rw612.vid.0=0x1fc9
@@ -352,7 +340,7 @@ frdm_rw612.upload.maximum_data_size=523624
352
340
353
341
frdm_rw612.bootloader.tool=pyocd
354
342
frdm_rw612.bootloader.tool.default=pyocd
355
- frdm_rw612.bootloader.file=zephyr-frdm_rw612 .elf
343
+ frdm_rw612.bootloader.file=zephyr-{build.variant} .elf
356
344
frdm_rw612.bootloader.target=rw612
357
345
358
346
##########################################################################################
@@ -368,14 +356,12 @@ niclasense.menu.debug.true=Debug
368
356
niclasense.menu.debug.false.postbuild_debug=
369
357
niclasense.menu.debug.true.postbuild_debug=-debug
370
358
371
- niclasense.build.variant=arduino_nicla_sense_me
359
+ niclasense.build.variant=arduino_nicla_sense_me_nrf52832
372
360
niclasense.build.mcu=cortex-m4
373
361
niclasense.build.fpu=-mfpu=fpv4-sp-d16
374
362
niclasense.build.architecture=cortex-m4
375
363
niclasense.compiler.zephyr.arch.define=
376
364
377
- niclasense.build.board={build.variant}
378
-
379
365
niclasense.build.float-abi=-mfloat-abi=hard
380
366
niclasense.build.extra_flags=
381
367
niclasense.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
@@ -414,7 +400,7 @@ niclasense.bootloader.tool.default=pyocd
414
400
niclasense.bootloader.vid=0x2341
415
401
niclasense.bootloader.pid=0x0360
416
402
niclasense.bootloader.interface=0
417
- niclasense.bootloader.file=zephyr-arduino_nicla_sense_me .hex
403
+ niclasense.bootloader.file=zephyr-{build.variant} .hex
418
404
niclasense.bootloader.target=nrf52
419
405
420
406
niclasense.debug.tool=gdb
@@ -447,18 +433,16 @@ portentac33.menu.mode.linked.build.ldscript={runtime.platform.path}/variants/lin
447
433
portentac33.menu.mode.linked.upload.extension=bin-zsk.bin
448
434
portentac33.menu.mode.linked.postbuild_mode=-linked
449
435
450
- portentac33.build.variant=arduino_portenta_c33
436
+ portentac33.build.variant=arduino_portenta_c33_r7fa6m5bh3cfc
451
437
portentac33.build.mcu=cortex-m33
452
438
portentac33.build.fpu=-mfpu=fpv5-sp-d16
453
439
portentac33.build.architecture=cortex-m33
454
440
portentac33.compiler.zephyr.arch.define=
455
441
456
- portentac33.build.board={build.variant}
457
-
458
442
portentac33.build.float-abi=-mfloat-abi=hard
459
443
portentac33.build.extra_flags=
460
444
portentac33.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
461
- portentac33.build.board=arduino_portenta_c33
445
+ portentac33.build.board=ARDUINO_PORTENTA_C33
462
446
portentac33.compiler.zephyr.arch.define=
463
447
portentac33.compiler.zephyr=
464
448
portentac33.vid.0=0x2341
@@ -484,7 +468,7 @@ portentac33.upload.dfuse=-Q
484
468
485
469
portentac33.bootloader.tool=dfu-util
486
470
portentac33.bootloader.tool.default=dfu-util
487
- portentac33.bootloader.file=zephyr-arduino_portenta_c33 .bin
471
+ portentac33.bootloader.file=zephyr-{build.variant} .bin
488
472
portentac33.bootloader.interface=0
489
473
portentac33.bootloader.address=0x10000
490
474
portentac33.bootloader.dfuse=-Q
0 commit comments