zephyr/subsys/logging
Jukka Rissanen 65477b7391 logging: Make log_strdup() parameter const
The string parameter needs to be const as otherwise calling this
function using a const string pointer will lead to a warning.
Besides the function does not modify the parameter so should be
const anyway.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-10-03 13:05:49 +03:00
..
CMakeLists.txt subsys: logger: fix merge error 2018-09-24 12:06:12 +02:00
Kconfig logging: add mechanism for handling transient strings 2018-10-01 15:26:14 -04:00
Kconfig.template.log_config logging: add template for log configuration 2018-09-14 12:32:56 -04:00
log_backend_native_posix.c logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
log_backend_uart.c logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
log_cmds.c subsys: shell: add int ret_val to command handlers 2018-10-02 14:44:25 +02:00
log_core.c logging: Make log_strdup() parameter const 2018-10-03 13:05:49 +03:00
log_list.c
log_list.h
log_msg.c logging: add mechanism for handling transient strings 2018-10-01 15:26:14 -04:00
log_output.c logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
sys_log.c
sys_log_net.c