zephyr/ext
Robert Lubos 929c881db0 ext: lib: mbedtls: Fix MBEDTLS_PEM_PARSE_C definition in generic config
During recent refactoring of mbedTLS generic config file, a regression
slipped in that prevented MBEDTLS_PEM_PARSE_C from being set, even
though the option was selected in Kconfig. The reason for this is the
fact that this config has dependency to MBEDTLS_X509_CRT_PARSE_C but it
was moved above the line where MBEDTLS_X509_CRT_PARSE_C was actually
set. Therefore, this dependency was never satisfied.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-02-01 05:27:04 -06:00
..
debug doc: ext: segger: Update link to SystemView 2019-01-29 12:50:55 -05:00
fs ext: nffs: portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
hal mimxrt1050_evk: eth_mcux: prevent PHY NANDTree 2019-01-31 13:22:58 -06:00
lib ext: lib: mbedtls: Fix MBEDTLS_PEM_PARSE_C definition in generic config 2019-02-01 05:27:04 -06:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig debug: move segger configs to subsys/debug 2019-01-22 07:45:22 -05:00