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> |
||
|---|---|---|
| .. | ||
| mipi_syst | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.backends | ||
| Kconfig.filtering | ||
| Kconfig.formatting | ||
| Kconfig.misc | ||
| Kconfig.mode | ||
| Kconfig.processing | ||
| Kconfig.template.log_config | ||
| log_backend_adsp.c | ||
| log_backend_fs.c | ||
| log_backend_native_posix.c | ||
| log_backend_net.c | ||
| log_backend_rtt.c | ||
| log_backend_spinel.c | ||
| log_backend_swo.c | ||
| log_backend_uart.c | ||
| log_backend_xtensa_sim.c | ||
| log_cmds.c | ||
| log_core.c | ||
| log_list.c | ||
| log_list.h | ||
| log_minimal.c | ||
| log_msg2.c | ||
| log_msg.c | ||
| log_output_dict.c | ||
| log_output_syst.c | ||
| log_output.c | ||