zephyr/subsys/logging
Torsten Rasmussen c6aded2dcb linker: align _image_rodata and _image_rom start/end/size linker symbols
Cleanup and preparation commit for linker script generator.

Zephyr linker scripts provides start and end symbols for each larger
areas in the linker script.

The symbols _image_rom_start and _image_rom_end corresponds to the group
ROMABLE_REGION defined in the ld linker scripts.

The symbols _image_rodata_start and _image_rodata_end is not placed as
independent group but covers common-rom.ld, thread-local-storage.ld,
kobject-rom.ld and snippets-rodata.ld.

This commit align those names and prepares for generation of groups in
linker scripts.

The symbols describing the ROMABLE_REGION will be renamed to:
_image_rom_start -> __rom_region_start
_image_rom_end   -> __rom_region_end

The rodata will also use the group symbol notation as:
_image_rodata_start -> __rodata_region_start
_image_rodata_end   -> __rodata_region_end

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-08-28 08:48:03 -04:00
..
mipi_syst logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00
CMakeLists.txt logging: Split log_core into two files 2021-07-30 19:58:13 -04:00
Kconfig logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
Kconfig.backends net: ot: rework NCP interface configuration 2021-08-23 18:53:47 -04:00
Kconfig.filtering logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.formatting logging: allow timestamp formatting for FS backend 2021-07-19 12:02:43 +02:00
Kconfig.misc logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
Kconfig.mode logging: Enable MPSC_PBUF for legacy modes 2021-04-29 09:53:19 -04:00
Kconfig.processing logging: Add configurable logging thread delay 2021-08-13 11:19:27 -04:00
Kconfig.template.log_config
log_backend_adsp.c logging: Adapt ADSP backend to v2 2021-04-19 10:59:23 -04:00
log_backend_fs.c logging: fs: fix leak of opened directories in check_log_file_exist() 2021-07-20 13:31:33 +02:00
log_backend_native_posix.c logging: Add v2 support to native_posix backend 2021-04-19 10:59:23 -04:00
log_backend_net.c logging: log_backend_net: Add support for logging v2 2021-07-13 09:39:28 -04:00
log_backend_rtt.c logging: backend_rtt: Align to changes in RTT_LOCK/UNLOCK 2021-05-27 13:33:02 +02:00
log_backend_spinel.c logging: log_backend_spinel: Add support for logging v2 2021-07-14 11:06:46 -05:00
log_backend_swo.c logging: log_backend_swo: Add support for logging v2 2021-07-23 16:06:37 -04:00
log_backend_uart.c console: remove device_get_binding(CONFIG_UART_CONSOLE_ON_DEV_NAME) 2021-08-23 18:53:47 -04:00
log_backend_xtensa_sim.c logging: log_backend_xtensa_sim: Add support for logging v2 2021-07-14 11:05:15 -05:00
log_cmds.c logging: Add log mem shell command 2021-08-12 11:06:32 -04:00
log_core.c linker: align _image_rodata and _image_rom start/end/size linker symbols 2021-08-28 08:48:03 -04:00
log_list.c
log_list.h
log_mgmt.c logging: Split log_core into two files 2021-07-30 19:58:13 -04:00
log_minimal.c logging: log_minimal: Fix violations to rule 10.4 2021-04-20 15:50:49 -04:00
log_msg2.c lib: os: cbprintf: Add support for conversion to fsc package 2021-07-27 14:50:45 +02:00
log_msg.c logging: Add log mem shell command 2021-08-12 11:06:32 -04:00
log_output_dict.c logging: add support for dictionary based logging 2021-04-28 22:25:42 +02:00
log_output_syst.c logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00
log_output.c logging: use unsigned print format specifier 2021-07-19 20:04:03 -04:00