|
1 | 1 | menu.softdevice=SoftDevice
|
2 | 2 | menu.debug=Debug
|
| 3 | +menu.debug_output=Debug Output |
3 | 4 |
|
4 | 5 | # -----------------------------------
|
5 | 6 | # Adafruit Feather nRF52832
|
@@ -46,6 +47,14 @@ feather52832.menu.debug.l3=Level 3 (Segger SystemView)
|
46 | 47 | feather52832.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
47 | 48 | feather52832.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
48 | 49 |
|
| 50 | +# Debug Output Menu |
| 51 | +feather52832.menu.debug_output.serial=Serial |
| 52 | +feather52832.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 53 | +feather52832.menu.debug_output.serial1=Serial1 |
| 54 | +feather52832.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 55 | +feather52832.menu.debug_output.rtt=Segger RTT |
| 56 | +feather52832.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 57 | + |
49 | 58 | # -----------------------------------
|
50 | 59 | # Adafruit Feather nRF52840 Express
|
51 | 60 | # -----------------------------------
|
@@ -100,6 +109,14 @@ feather52840.menu.debug.l3=Level 3 (Segger SystemView)
|
100 | 109 | feather52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
101 | 110 | feather52840.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
102 | 111 |
|
| 112 | +# Debug Output Menu |
| 113 | +feather52840.menu.debug_output.serial=Serial |
| 114 | +feather52840.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 115 | +feather52840.menu.debug_output.serial1=Serial1 |
| 116 | +feather52840.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 117 | +feather52840.menu.debug_output.rtt=Segger RTT |
| 118 | +feather52840.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 119 | + |
103 | 120 | # -----------------------------------
|
104 | 121 | # Adafruit Feather nRF52840 Sense
|
105 | 122 | # -----------------------------------
|
@@ -154,6 +171,14 @@ feather52840sense.menu.debug.l3=Level 3 (Segger SystemView)
|
154 | 171 | feather52840sense.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
155 | 172 | feather52840sense.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
156 | 173 |
|
| 174 | +# Debug Output Menu |
| 175 | +feather52840sense.menu.debug_output.serial=Serial |
| 176 | +feather52840sense.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 177 | +feather52840sense.menu.debug_output.serial1=Serial1 |
| 178 | +feather52840sense.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 179 | +feather52840sense.menu.debug_output.rtt=Segger RTT |
| 180 | +feather52840sense.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 181 | + |
157 | 182 | # -----------------------------------
|
158 | 183 | # Adafruit ItsyBitsy nRF52840 Express
|
159 | 184 | # -----------------------------------
|
@@ -208,6 +233,14 @@ itsybitsy52840.menu.debug.l3=Level 3 (Segger SystemView)
|
208 | 233 | itsybitsy52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
209 | 234 | itsybitsy52840.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
210 | 235 |
|
| 236 | +# Debug Output Menu |
| 237 | +itsybitsy52840.menu.debug_output.serial=Serial |
| 238 | +itsybitsy52840.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 239 | +itsybitsy52840.menu.debug_output.serial1=Serial1 |
| 240 | +itsybitsy52840.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 241 | +itsybitsy52840.menu.debug_output.rtt=Segger RTT |
| 242 | +itsybitsy52840.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 243 | + |
211 | 244 | # -----------------------------------
|
212 | 245 | # Adafruit Circuit Playground Bluefruit
|
213 | 246 | # -----------------------------------
|
@@ -260,6 +293,14 @@ cplaynrf52840.menu.debug.l3=Level 3 (Segger SystemView)
|
260 | 293 | cplaynrf52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
261 | 294 | cplaynrf52840.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
262 | 295 |
|
| 296 | +# Debug Output Menu |
| 297 | +cplaynrf52840.menu.debug_output.serial=Serial |
| 298 | +cplaynrf52840.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 299 | +cplaynrf52840.menu.debug_output.serial1=Serial1 |
| 300 | +cplaynrf52840.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 301 | +cplaynrf52840.menu.debug_output.rtt=Segger RTT |
| 302 | +cplaynrf52840.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 303 | + |
263 | 304 | # -----------------------------------
|
264 | 305 | # Adafruit CLUE
|
265 | 306 | # -----------------------------------
|
@@ -312,6 +353,14 @@ cluenrf52840.menu.debug.l3=Level 3 (Segger SystemView)
|
312 | 353 | cluenrf52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
313 | 354 | cluenrf52840.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
314 | 355 |
|
| 356 | +# Debug Output Menu |
| 357 | +cluenrf52840.menu.debug_output.serial=Serial |
| 358 | +cluenrf52840.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 359 | +cluenrf52840.menu.debug_output.serial1=Serial1 |
| 360 | +cluenrf52840.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 361 | +cluenrf52840.menu.debug_output.rtt=Segger RTT |
| 362 | +cluenrf52840.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 363 | + |
315 | 364 | # -----------------------------------
|
316 | 365 | # Adafruit LED Glasses Driver nRF52840
|
317 | 366 | # -----------------------------------
|
@@ -364,6 +413,14 @@ ledglasses_nrf52840.menu.debug.l3=Level 3 (Segger SystemView)
|
364 | 413 | ledglasses_nrf52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
365 | 414 | ledglasses_nrf52840.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
366 | 415 |
|
| 416 | +# Debug Output Menu |
| 417 | +ledglasses_nrf52840.menu.debug_output.serial=Serial |
| 418 | +ledglasses_nrf52840.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 419 | +ledglasses_nrf52840.menu.debug_output.serial1=Serial1 |
| 420 | +ledglasses_nrf52840.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 421 | +ledglasses_nrf52840.menu.debug_output.rtt=Segger RTT |
| 422 | +ledglasses_nrf52840.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 423 | + |
367 | 424 | # -----------------------------------
|
368 | 425 | # Raytac nRF52840 Dongle
|
369 | 426 | # -----------------------------------
|
@@ -416,6 +473,14 @@ mdbt50qrx.menu.debug.l3=Level 3 (Segger SystemView)
|
416 | 473 | mdbt50qrx.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
417 | 474 | mdbt50qrx.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
418 | 475 |
|
| 476 | +# Debug Output Menu |
| 477 | +mdbt50qrx.menu.debug_output.serial=Serial |
| 478 | +mdbt50qrx.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 479 | +mdbt50qrx.menu.debug_output.serial1=Serial1 |
| 480 | +mdbt50qrx.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 481 | +mdbt50qrx.menu.debug_output.rtt=Segger RTT |
| 482 | +mdbt50qrx.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 483 | + |
419 | 484 | # -----------------------------------
|
420 | 485 | # Adafruit Metro nRF52840 Express
|
421 | 486 | # -----------------------------------
|
@@ -470,6 +535,14 @@ metro52840.menu.debug.l3=Level 3 (Segger SystemView)
|
470 | 535 | metro52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
471 | 536 | metro52840.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
472 | 537 |
|
| 538 | +# Debug Output Menu |
| 539 | +metro52840.menu.debug_output.serial=Serial |
| 540 | +metro52840.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 541 | +metro52840.menu.debug_output.serial1=Serial1 |
| 542 | +metro52840.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 543 | +metro52840.menu.debug_output.rtt=Segger RTT |
| 544 | +metro52840.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 545 | + |
473 | 546 |
|
474 | 547 | # -------------------------------------------------------
|
475 | 548 | #
|
@@ -527,6 +600,14 @@ pca10056.menu.debug.l3=Level 3 (Segger SystemView)
|
527 | 600 | pca10056.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
528 | 601 | pca10056.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
529 | 602 |
|
| 603 | +# Debug Output Menu |
| 604 | +pca10056.menu.debug_output.serial=Serial |
| 605 | +pca10056.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 606 | +pca10056.menu.debug_output.serial1=Serial1 |
| 607 | +pca10056.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 608 | +pca10056.menu.debug_output.rtt=Segger RTT |
| 609 | +pca10056.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
| 610 | + |
530 | 611 | # -----------------------------------
|
531 | 612 | # Particle Xenon
|
532 | 613 | # -----------------------------------
|
@@ -576,3 +657,11 @@ particle_xenon.menu.debug.l2.build.debug_flags=-DCFG_DEBUG=2
|
576 | 657 | particle_xenon.menu.debug.l3=Level 3 (Segger SystemView)
|
577 | 658 | particle_xenon.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
|
578 | 659 | particle_xenon.menu.debug.l3.build.sysview_flags=-DCFG_SYSVIEW=1
|
| 660 | + |
| 661 | +# Debug Output Menu |
| 662 | +particle_xenon.menu.debug_output.serial=Serial |
| 663 | +particle_xenon.menu.debug_output.serial.build.logger_flags=-DCFG_LOGGER=0 |
| 664 | +particle_xenon.menu.debug_output.serial1=Serial1 |
| 665 | +particle_xenon.menu.debug_output.serial1.build.logger_flags=-DCFG_LOGGER=1 -DCFG_TUSB_DEBUG=CFG_DEBUG |
| 666 | +particle_xenon.menu.debug_output.rtt=Segger RTT |
| 667 | +particle_xenon.menu.debug_output.rtt.build.logger_flags=-DCFG_LOGGER=2 -DCFG_TUSB_DEBUG=CFG_DEBUG -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL |
0 commit comments