zephyr/subsys/logging
Marcin Niestroj 70bd03799c logging: fs: allow maximum file size to be 1GB
So far the maximum configurable file size was limited to 16KB (2^14).
This might be enough for small partitions on internal flash. For
external QSPI memories however, this is certainly too restrictive.

Change maximum configurable file size to be 1GB, which is 2^30. Such
value will prevent signed integers overflow on 32-bit platforms, while
giving user full flexibility on how big log files should be.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2021-07-20 19:57:50 -04:00
..
mipi_syst
CMakeLists.txt
Kconfig
Kconfig.backends logging: fs: allow maximum file size to be 1GB 2021-07-20 19:57:50 -04:00
Kconfig.filtering
Kconfig.formatting logging: allow timestamp formatting for FS backend 2021-07-19 12:02:43 +02:00
Kconfig.misc
Kconfig.mode logging: Enable MPSC_PBUF for legacy modes 2021-04-29 09:53:19 -04:00
Kconfig.processing
Kconfig.template.log_config
log_backend_adsp.c
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
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
log_backend_uart.c
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: Shell commands available when shell acts as log backend 2021-07-13 10:12:27 -04:00
log_core.c logging: z_vrfy_log_filter_set: remove extra check 2021-06-04 16:19:49 -05:00
log_list.c
log_list.h
log_minimal.c
log_msg2.c logging: Add missing va_end in log_msg2 2021-05-12 23:36:01 -05:00
log_msg.c logging: log_msg.c: fix coding guideline 15.7 missing comment 2021-06-03 20:07:16 -05:00
log_output_dict.c
log_output_syst.c
log_output.c logging: use unsigned print format specifier 2021-07-19 20:04:03 -04:00