mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "doc: Minor formatting improvement in the coding guidelines document" into integration
This commit is contained in:
commit
768f83310e
1 changed files with 6 additions and 3 deletions
|
@ -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
|
be compiled into debug builds and all statements with a log level
|
||||||
``<= LOG_LEVEL_NOTICE`` will be compiled into release builds. This can be
|
``<= 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
|
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
|
necessary to clean the build directory first).
|
||||||
``VERBOSE`` logging on FVP:
|
|
||||||
|
|
||||||
``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
|
Use const data where possible
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Add table
Reference in a new issue