-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompile_commands.json
More file actions
662 lines (662 loc) · 326 KB
/
Copy pathcompile_commands.json
File metadata and controls
662 lines (662 loc) · 326 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
[
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/gd32/time_timer/time.cpp",
"file": "./lib-clib/src/gd32/time_timer/time.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/gd32/time_systick/time.cpp",
"file": "./lib-clib/src/gd32/time_systick/time.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/gd32/uuid.cpp",
"file": "./lib-clib/src/gd32/uuid.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/gd32/time_ptp/time.cpp",
"file": "./lib-clib/src/gd32/time_ptp/time.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/atexit.cpp",
"file": "./lib-clib/src/atexit.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/putchar.cpp",
"file": "./lib-clib/src/putchar.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/inet_aton.cpp",
"file": "./lib-clib/src/inet_aton.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/c++/purecall.cpp",
"file": "./lib-clib/src/c++/purecall.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/c++/impure_prt.cpp",
"file": "./lib-clib/src/c++/impure_prt.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/c++/delete.cpp",
"file": "./lib-clib/src/c++/delete.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/c++/new.cpp",
"file": "./lib-clib/src/c++/new.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/c++/cxa_atexit.cpp",
"file": "./lib-clib/src/c++/cxa_atexit.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/c++/dso_handle.cpp",
"file": "./lib-clib/src/c++/dso_handle.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/perror.cpp",
"file": "./lib-clib/src/perror.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/printf.cpp",
"file": "./lib-clib/src/printf.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/inet_ntoa.cpp",
"file": "./lib-clib/src/inet_ntoa.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/malloc.cpp",
"file": "./lib-clib/src/malloc.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/crc32/crc32.cpp",
"file": "./lib-clib/src/crc32/crc32.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/puts.cpp",
"file": "./lib-clib/src/puts.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-clib/src/time.cpp",
"file": "./lib-clib/src/time.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-display/src/sleep/display.cpp",
"file": "./lib-display/src/sleep/display.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-display/src/i2c/ssd1306.cpp",
"file": "./lib-display/src/i2c/ssd1306.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-display/src/i2c/ssd1311.cpp",
"file": "./lib-display/src/i2c/ssd1311.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-display/src/i2c/hd44780.cpp",
"file": "./lib-display/src/i2c/hd44780.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-display/src/i2c/display.cpp",
"file": "./lib-display/src/i2c/display.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-display/src/spi/lcd_font.cpp",
"file": "./lib-display/src/spi/lcd_font.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-display/src/arm/gd32/display.cpp",
"file": "./lib-display/src/arm/gd32/display.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-remoteconfig/src/gd32/tftpfileserver.cpp",
"file": "./lib-remoteconfig/src/gd32/tftpfileserver.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-remoteconfig/src/remoteconfigstatic.cpp",
"file": "./lib-remoteconfig/src/remoteconfigstatic.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-remoteconfig/src/remoteconfigparams.cpp",
"file": "./lib-remoteconfig/src/remoteconfigparams.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-remoteconfig/src/remoteconfigjson.cpp",
"file": "./lib-remoteconfig/src/remoteconfigjson.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-remoteconfig/src/tftp/remoteconfig.cpp",
"file": "./lib-remoteconfig/src/tftp/remoteconfig.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-remoteconfig/src/tftp/tftpfileserver.cpp",
"file": "./lib-remoteconfig/src/tftp/tftpfileserver.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-remoteconfig/src/remoteconfig.cpp",
"file": "./lib-remoteconfig/src/remoteconfig.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/device/enet/ptp/gd32_ptp.cpp",
"file": "./lib-gd32/device/enet/ptp/gd32_ptp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/device/enet/f/enet_gpio_config.cpp",
"file": "./lib-gd32/device/enet/f/enet_gpio_config.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/device/enet/h/enet_gpio_config.cpp",
"file": "./lib-gd32/device/enet/h/enet_gpio_config.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/mac_address.cpp",
"file": "./lib-gd32/src/mac_address.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/gd32_gpio_mode_set.cpp",
"file": "./lib-gd32/src/gd32_gpio_mode_set.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/udelay.cpp",
"file": "./lib-gd32/src/udelay.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/softuart0/uart0.cpp",
"file": "./lib-gd32/src/softuart0/uart0.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/gd32_uart.cpp",
"file": "./lib-gd32/src/gd32_uart.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/bkp.cpp",
"file": "./lib-gd32/src/bkp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/f/gd32_i2c.cpp",
"file": "./lib-gd32/src/f/gd32_i2c.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/f/i2s_psc_config_dump.cpp",
"file": "./lib-gd32/src/f/i2s_psc_config_dump.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/f/gd32_spi.cpp",
"file": "./lib-gd32/src/f/gd32_spi.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/f/gd32_dma_memcpy32.cpp",
"file": "./lib-gd32/src/f/gd32_dma_memcpy32.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/f/gd32_adc.cpp",
"file": "./lib-gd32/src/f/gd32_adc.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/gd32_pwm.cpp",
"file": "./lib-gd32/src/gd32_pwm.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/timer6.cpp",
"file": "./lib-gd32/src/timer6.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/uart0/uart0.cpp",
"file": "./lib-gd32/src/uart0/uart0.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/timer5.cpp",
"file": "./lib-gd32/src/timer5.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/systick/systick.cpp",
"file": "./lib-gd32/src/systick/systick.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/gd32_spi_dma_i2s.cpp",
"file": "./lib-gd32/src/gd32_spi_dma_i2s.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-gd32/src/uart0.cpp",
"file": "./lib-gd32/src/uart0.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flashcode/src/gd32/flashcode.cpp",
"file": "./lib-flashcode/src/gd32/flashcode.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flashcode/src/gd32/f4xx/flashcode.cpp",
"file": "./lib-flashcode/src/gd32/f4xx/flashcode.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flashcode/src/gd32/f4xx/fmc_operation.cpp",
"file": "./lib-flashcode/src/gd32/f4xx/fmc_operation.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flashcode/src/gd32/h7xx/flashcode.cpp",
"file": "./lib-flashcode/src/gd32/h7xx/flashcode.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/superloop/softwaretimers.cpp",
"file": "./lib-hal/superloop/softwaretimers.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/debug/i2c/i2cdetect.cpp",
"file": "./lib-hal/debug/i2c/i2cdetect.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/debug/emac/gd32/emac_debug.cpp",
"file": "./lib-hal/debug/emac/gd32/emac_debug.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/debug/stack/stack_debug.cpp",
"file": "./lib-hal/debug/stack/stack_debug.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/console/i2c/console.cpp",
"file": "./lib-hal/console/i2c/console.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/console/uart0/console.cpp",
"file": "./lib-hal/console/uart0/console.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/console/null/console.cpp",
"file": "./lib-hal/console/null/console.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/gd32/hal_uptime.cpp",
"file": "./lib-hal/src/gd32/hal_uptime.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/gd32/hal_boardinfo.cpp",
"file": "./lib-hal/src/gd32/hal_boardinfo.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/gd32/hal_statusled.cpp",
"file": "./lib-hal/src/gd32/hal_statusled.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/gd32/hal_init.cpp",
"file": "./lib-hal/src/gd32/hal_init.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/gd32/hardware_init.cpp",
"file": "./lib-hal/src/gd32/hardware_init.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/gd32/hal_reboot.cpp",
"file": "./lib-hal/src/gd32/hal_reboot.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/hal_statusled.cpp",
"file": "./lib-hal/src/hal_statusled.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/panel_led.cpp",
"file": "./lib-hal/src/panel_led.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-hal/src/nofs/nofs.cpp",
"file": "./lib-hal/src/nofs/nofs.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flashcodeinstall/src/gd32/flashcodeinstall.cpp",
"file": "./lib-flashcodeinstall/src/gd32/flashcodeinstall.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flashcodeinstall/src/firmware.cpp",
"file": "./lib-flashcodeinstall/src/firmware.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flashcodeinstall/src/flashcodeinstall.cpp",
"file": "./lib-flashcodeinstall/src/flashcodeinstall.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./bootloader-tftp/firmware/main.cpp",
"file": "./bootloader-tftp/firmware/main.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/tcp.cpp",
"file": "./lib-network/src/net/core/tcp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/ip.cpp",
"file": "./lib-network/src/net/core/ip.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/udp.cpp",
"file": "./lib-network/src/net/core/udp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/ipv4/autoip.cpp",
"file": "./lib-network/src/net/core/ipv4/autoip.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/ipv4/dhcp.cpp",
"file": "./lib-network/src/net/core/ipv4/dhcp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/ipv4/acd.cpp",
"file": "./lib-network/src/net/core/ipv4/acd.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/ipv4/icmp.cpp",
"file": "./lib-network/src/net/core/ipv4/icmp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/ipv4/igmp.cpp",
"file": "./lib-network/src/net/core/ipv4/igmp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/core/netif.cpp",
"file": "./lib-network/src/net/core/netif.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/netif/ethernet.cpp",
"file": "./lib-network/src/net/netif/ethernet.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/net_chksum.cpp",
"file": "./lib-network/src/net/net_chksum.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/net_init.cpp",
"file": "./lib-network/src/net/net_init.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/net_ptp.cpp",
"file": "./lib-network/src/net/net_ptp.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/net/apps/tftp/tftpdaemon.cpp",
"file": "./lib-network/src/net/apps/tftp/tftpdaemon.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/network_store.cpp",
"file": "./lib-network/src/network_store.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/network_event.cpp",
"file": "./lib-network/src/network_event.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/ethcrc.cpp",
"file": "./lib-network/src/ethcrc.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/params/jsongetnetwork.cpp",
"file": "./lib-network/src/params/jsongetnetwork.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/params/networkparams.cpp",
"file": "./lib-network/src/params/networkparams.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/gd32/emac_eth.cpp",
"file": "./lib-network/src/emac/gd32/emac_eth.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/gd32/emac.cpp",
"file": "./lib-network/src/emac/gd32/emac.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/gd32/net_link.cpp",
"file": "./lib-network/src/emac/gd32/net_link.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/gd32/emac_multicast.cpp",
"file": "./lib-network/src/emac/gd32/emac_multicast.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/gd32/phy.cpp",
"file": "./lib-network/src/emac/gd32/phy.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/net.cpp",
"file": "./lib-network/src/emac/net.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/dp83848/phy.cpp",
"file": "./lib-network/src/emac/phy/dp83848/phy.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/dp83848/link_check.cpp",
"file": "./lib-network/src/emac/phy/dp83848/link_check.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/phygen/phy.cpp",
"file": "./lib-network/src/emac/phy/phygen/phy.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/rtl8201f/phy.cpp",
"file": "./lib-network/src/emac/phy/rtl8201f/phy.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/rtl8201f/link_check.cpp",
"file": "./lib-network/src/emac/phy/rtl8201f/link_check.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/link_handle_change.cpp",
"file": "./lib-network/src/emac/phy/link_handle_change.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/phy.cpp",
"file": "./lib-network/src/emac/phy/phy.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/to_string.cpp",
"file": "./lib-network/src/emac/phy/to_string.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/lan8700/phy.cpp",
"file": "./lib-network/src/emac/phy/lan8700/phy.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/json.cpp",
"file": "./lib-network/src/emac/phy/json.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/phy/link_check.cpp",
"file": "./lib-network/src/emac/phy/link_check.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/network_init.cpp",
"file": "./lib-network/src/emac/network_init.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/emac/netif.cpp",
"file": "./lib-network/src/emac/netif.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-network/src/network_display.cpp",
"file": "./lib-network/src/network_display.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flash/src/spi/gd32/spi_flash.cpp",
"file": "./lib-flash/src/spi/gd32/spi_flash.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flash/src/spi/gigadevice.cpp",
"file": "./lib-flash/src/spi/gigadevice.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flash/src/spi/macronix.cpp",
"file": "./lib-flash/src/spi/macronix.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flash/src/spi/winbond.cpp",
"file": "./lib-flash/src/spi/winbond.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flash/src/spi/get_timer.cpp",
"file": "./lib-flash/src/spi/get_timer.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-flash/src/spi/spi_flash.cpp",
"file": "./lib-flash/src/spi/spi_flash.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/device/gd32/rom/storedevice.cpp",
"file": "./lib-configstore/device/gd32/rom/storedevice.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/device/gd32/ram/storedevice.cpp",
"file": "./lib-configstore/device/gd32/ram/storedevice.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/device/i2c/storedevice.cpp",
"file": "./lib-configstore/device/i2c/storedevice.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/device/spi/storedevice.cpp",
"file": "./lib-configstore/device/spi/storedevice.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/src/config_delay.cpp",
"file": "./lib-configstore/src/config_delay.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/src/globalparams.cpp",
"file": "./lib-configstore/src/globalparams.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/src/jsongetenv.cpp",
"file": "./lib-configstore/src/jsongetenv.cpp"
},
{
"directory": "/Users/arjanvanvught/Documents/GitHub/GD32F407RE-Bootloader-TFTP",
"command": "/Users/arjanvanvught/arm-none-eabi-gcc/bin/arm-none-eabi-g++ -std=c++20 -nostartfiles -ffreestanding -nostdlib -nostdinc++ -I./common/include -I./lib-network/src/net -I./CMSIS/Core/Include -I./lib-remoteconfig/include -I./firmware-template-gd32/include -I./include -I./lib-clib/src -I./lib-configstore/include -I./lib-display/include -I./lib-flash/include/i2c -I./lib-flash/include/spi -I./lib-flash/src/spi -I./lib-flashcode/include -I./lib-flashcode/src/gd32/f4xx -I./lib-flashcodeinstall/include -I./lib-gd32/gd32f4xx/CMSIS -I./lib-gd32/gd32f4xx/GD32F4xx_standard_peripheral/Include -I./lib-gd32/include -I./lib-hal/debug/i2c -I./lib-hal/include -I./lib-network/config -I./lib-network/include -I./lib-network/src/emac/gd32 -I./bootloader-tftp/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1 -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/arm-none-eabi -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include/c++/14.2.1/backward -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/include-fixed -isystem /Users/arjanvanvught/Library/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/include -DGD32 -DGD32F10X -DGD32F10X_HD -DGD32F103RC -DBOARD_GD32F103RC -DNDEBUG -DCONFIG_STORE_USE_ROM -DNO_EMAC -DCONFIG_HAL_USE_SYSTICK -DCONFIG_EMAC_HASH_MULTICAST_FILTER -DRDM_RESPONDER -DCONFIG_DISPLAY_FIX_FLIP_VERTICALLY -DNDEBUG -DCONFIG_RDM_ENABLE_SELF_TEST -DCONFIG_RDM_ENABLE_MANUFACTURER_PIDS -DCONFIG_DMXNODE_PIXEL_MAX_PORTS=1 -DOUTPUT_DMX_PIXEL -DDISPLAY_UDF -DCONFIG_STORE_USE_ROM -DDISABLE_FS -DCONFIG_STORE_USE_ROM -DNO_EMAC -D_TIME_STAMP_YEAR_=2025 -D_TIME_STAMP_MONTH_=12 -D_TIME_STAMP_DAY_=29 -DCONFIG_HAL_USE_SYSTICK ./lib-configstore/src/set_factory_defaults.cpp",
"file": "./lib-configstore/src/set_factory_defaults.cpp"
}
]