zephyr/ext
Michael Scott afd5442521 ext: mbedtls: change MBEDTLS_DEBUG config from string to bool
When default "n" is selected (as it is by default) this sets:
CONFIG_MBEDTLS_DEBUG="n"

When checked by the existing logic (example shown below) will always
be true and debug will be enabled all the time:
//#if defined(CONFIG_MBEDTLS_DEBUG)

Instead, let's change the config type to "bool" which will be
undefined when set to "n" (by default).  The existing #if defined()
checks will work correctly.

NOTE: This fix saves a lot of binary space when MBEDTLS is enabled
due to the amount debug output being compiled in.

Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-10-01 17:34:09 -04:00
..
debug doc: fix uses of back quotes in documentation 2017-08-03 11:08:23 -04:00
fs ext: nffs: Pull in Apache Mynewt NFFS implementation 2017-09-22 06:54:48 -04:00
hal mcux: nxp_kinetis: Move HAS_TRNG config to ext 2017-09-25 12:31:59 -05:00
lib ext: mbedtls: change MBEDTLS_DEBUG config from string to bool 2017-10-01 17:34:09 -04:00
Kbuild kconfig: build code conditionally when possible 2017-08-14 20:32:26 -04:00
Kconfig license: use SPDX identifier for files in ext/ 2017-01-20 20:22:57 -05:00
Makefile ext: Import Segger J-Link RTT library 2016-12-03 15:24:38 +00:00