zephyr/subsys/logging
David Leach 70f25eb329 logging: Fix misspelled CONFIG_RISCV32
The conditional CONFIG_RISCV32 was misspelled in is_rodata() resulting
in the test failing all strings that are in RODATA section.
Additionally, it was using wrong section names for riscv.

Fixes #17065

Signed-off-by: David Leach <david.leach@nxp.com>
2019-06-26 09:07:01 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
Kconfig.template.log_config license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
log_backend_native_posix.c logging: Add support for new 'in place' mode to native posix backend 2019-01-29 17:24:37 +01:00
log_backend_net.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
log_backend_rtt.c logging: Fix RTT backend drop mode and coverity issue 2019-04-12 08:38:16 -04:00
log_backend_swo.c logging: Add support for new 'in place' mode to SWO backend 2019-04-03 10:46:57 -04:00
log_backend_uart.c logging: Add support for new 'in place' mode to UART backend 2019-01-29 17:24:37 +01:00
log_backend_xtensa_sim.c logging: add backend for xtensa simulator 2019-03-04 10:35:07 -05:00
log_cmds.c logging: Add string duplicates pool profiling 2019-05-27 10:18:10 +02:00
log_core.c logging: Fix misspelled CONFIG_RISCV32 2019-06-26 09:07:01 -04:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_msg.c log facility: make its records 64-bit compatible 2019-06-24 08:58:52 +02:00
log_output.c subsystems: Rename reserved function names 2019-04-03 17:31:00 -04:00