arm-trusted-firmware/include/lib/stdlib
Antonio Nino Diaz cc8b56322b Add `ENABLE_ASSERTIONS` build option
Add the new build option `ENABLE_ASSERTIONS` that controls whether or
not assert functions are compiled out. It defaults to 1 for debug builds
and to 0 for release builds.

Additionally, a following patch will be done to allow this build option
to hide auxiliary code used for the checks done in an `assert()`. This
code is is currently under the DEBUG build flag.

Assert messages are now only printed if LOG_LEVEL >= LOG_LEVEL_INFO,
which is the default for debug builds.

This patch also updates the User Guide.

Change-Id: I1401530b56bab25561bb0f274529f1d12c5263bc
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2017-04-19 16:00:53 +01:00
..
machine AArch32: Add essential Arch helpers 2016-08-10 12:34:50 +01:00
sys fiptool: Add support for operating on binary blobs using the UUID 2016-12-30 09:23:38 +00:00
xlocale Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
assert.h Add `ENABLE_ASSERTIONS` build option 2017-04-19 16:00:53 +01:00
inttypes.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
stddef.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
stdio.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
stdlib.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
string.h stdlib: add memcpy16() to string.h 2017-02-28 08:50:01 -08:00
strings.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
time.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00