esp-idf/components/log
Konstantin Kondrashov e0e8050877 fix(log): Fix wrap-around of cache generation counter
Closes https://github.com/espressif/esp-idf/issues/6516
2024-03-28 18:56:19 +02:00
..
host_test fix(log): Fixed incorrect argument type in hexdump log functions 2024-03-11 18:54:06 +08:00
include feat(log): Added PRIuSIZE printf formatter macro 2024-03-20 16:41:22 +08:00
test_apps refactor(system): reformated esp_timer, linux and log comp with astyle 2024-02-04 14:50:54 +08:00
CMakeLists.txt log: support ESP_LOG_BUFFER* functions for Linux target 2022-04-11 13:29:01 +02:00
Kconfig log: Add master log option 2023-05-18 18:35:19 +08:00
README.rst docs: Provide Chinese translation for bootloader_image_format, log, random, and internal-unstable.rst 2023-12-08 17:01:36 +08:00
esp_log_private.h refactor(tools): Tidy up core component files copyright ignore 2024-01-22 18:07:35 +08:00
linker.lf
log.c fix(log): Fix wrap-around of cache generation counter 2024-03-28 18:56:19 +02:00
log_buffers.c fix(log): Fixed incorrect argument type in hexdump log functions 2024-03-11 18:54:06 +08:00
log_freertos.c refactor(system): reformated esp_timer, linux and log comp with astyle 2024-02-04 14:50:54 +08:00
log_linux.c refactor(tools): Tidy up core component files copyright ignore 2024-01-22 18:07:35 +08:00
log_noos.c log: Fix function name in OS-independent implementation 2023-03-16 01:50:21 +08:00

README.rst

Please see :doc:`docs/en/api-reference/system/log.rst` for more details.