File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
doc/develop/optimizations Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,16 @@ peripherals in your project configuration, for example::
40
40
Various Debug/Informational Options
41
41
***********************************
42
42
43
- The following options are enabled by default to provide more information about
44
- the running application and to provide means for debugging and error handling:
43
+ The following options output more information about
44
+ the running application and provide means for debugging and error handling:
45
45
46
46
:kconfig:option: `CONFIG_BOOT_BANNER `
47
47
This option can be disabled to save a few bytes.
48
48
49
49
:kconfig:option: `CONFIG_DEBUG `
50
- This option can be disabled for production builds
50
+ This option can be enabled for debug builds.
51
+
52
+ Note that the boot banner is enabled by default.
51
53
52
54
53
55
MPU/MMU Support
You can’t perform that action at this time.
0 commit comments