Skip to content

Commit 550c02d

Browse files
committed
fix(boards): Add missing debug level menus
1 parent 38b7880 commit 550c02d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

boards.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42347,6 +42347,19 @@ nano_nora.menu.USBMode.hwcdc=Debug mode (Hardware CDC)
4234742347
nano_nora.menu.USBMode.hwcdc.build.usb_mode=1
4234842348
nano_nora.menu.USBMode.hwcdc.debug.executable={build.path}/{build.project_name}.elf
4234942349

42350+
nano_nora.menu.DebugLevel.none=None
42351+
nano_nora.menu.DebugLevel.none.build.code_debug=0
42352+
nano_nora.menu.DebugLevel.error=Error
42353+
nano_nora.menu.DebugLevel.error.build.code_debug=1
42354+
nano_nora.menu.DebugLevel.warn=Warn
42355+
nano_nora.menu.DebugLevel.warn.build.code_debug=2
42356+
nano_nora.menu.DebugLevel.info=Info
42357+
nano_nora.menu.DebugLevel.info.build.code_debug=3
42358+
nano_nora.menu.DebugLevel.debug=Debug
42359+
nano_nora.menu.DebugLevel.debug.build.code_debug=4
42360+
nano_nora.menu.DebugLevel.verbose=Verbose
42361+
nano_nora.menu.DebugLevel.verbose.build.code_debug=5
42362+
4235042363
##############################################################
4235142364

4235242365
makergo_c3_supermini.name=MakerGO ESP32 C3 SuperMini
@@ -51946,6 +51959,19 @@ kodedot.recipe.hooks.objcopy.postobjcopy.3.pattern_args=
5194651959

5194751960
kodedot.recipe.output.save_file={build.project_name}.ino.bin
5194851961

51962+
kodedot.menu.DebugLevel.none=None
51963+
kodedot.menu.DebugLevel.none.build.code_debug=0
51964+
kodedot.menu.DebugLevel.error=Error
51965+
kodedot.menu.DebugLevel.error.build.code_debug=1
51966+
kodedot.menu.DebugLevel.warn=Warn
51967+
kodedot.menu.DebugLevel.warn.build.code_debug=2
51968+
kodedot.menu.DebugLevel.info=Info
51969+
kodedot.menu.DebugLevel.info.build.code_debug=3
51970+
kodedot.menu.DebugLevel.debug=Debug
51971+
kodedot.menu.DebugLevel.debug.build.code_debug=4
51972+
kodedot.menu.DebugLevel.verbose=Verbose
51973+
kodedot.menu.DebugLevel.verbose.build.code_debug=5
51974+
5194951975
##############################################################
5195051976

5195151977
# FED4 Board

0 commit comments

Comments
 (0)