Chapter 2. API Reference
jsmn Contains:
• CONFIG_JSMN_PARENT_LINKS
• CONFIG_JSMN_STRICT
CONFIG_JSMN_PARENT_LINKS
Enable parent links
Found in: Component config > jsmn
You can access to parent node of parsed json
Default value:
• No (disabled)
CONFIG_JSMN_STRICT
Enable strict mode
Found in: Component config > jsmn
In strict mode primitives are: numbers and booleans
Default value:
• No (disabled)
libsodium Contains:
• CONFIG_LIBSODIUM_USE_MBEDTLS_SHA
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA
Use mbedTLS SHA256 & SHA512 implementations
Found in: Component config > libsodium
If this option is enabled, libsodium will use thin wrappers around mbedTLS for SHA256 & SHA512
operations.
This saves some code size if mbedTLS is also used. However it is incompatible with hardware SHA
acceleration (due to the way libsodium’s API manages SHA state).
Default value:
• Yes (enabled)
Log output Contains:
• CONFIG_LOG_DEFAULT_LEVEL
• CONFIG_LOG_TIMESTAMP_SOURCE
• CONFIG_LOG_MAXIMUM_LEVEL
• CONFIG_LOG_COLORS
CONFIG_LOG_DEFAULT_LEVEL
Default log verbosity
Found in: Component config > Log output
Specify how much output to see in logs by default. You can set lower verbosity level at runtime using
esp_log_level_set function.
Espressif Systems 1156
Submit Document Feedback
Release v4.4