Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
768f8331
Commit
768f8331
authored
Aug 21, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Aug 21, 2020
Browse files
Merge "doc: Minor formatting improvement in the coding guidelines document" into integration
parents
1566bc3e
9061c0c9
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/process/coding-guidelines.rst
View file @
768f8331
...
...
@@ -95,10 +95,13 @@ By default, all logging statements with a log level ``<= LOG_LEVEL_INFO`` will
be compiled into debug builds and all statements with a log level
``<= LOG_LEVEL_NOTICE`` will be compiled into release builds. This can be
overridden from the command line or by the platform makefile (although it may be
necessary to clean the build directory first). For example, to enable
``VERBOSE`` logging on FVP:
necessary to clean the build directory first).
``make PLAT=fvp LOG_LEVEL=50 all``
For example, to enable ``VERBOSE`` logging on FVP:
.. code:: shell
make PLAT=fvp LOG_LEVEL=50 all
Use const data where possible
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment