Merge branch 'feature/logv2_preliminary' into 'master'
feat(log): Some simple changes in log to prepare it for log v2 See merge request espressif/esp-idf!35289
This commit is contained in:
@@ -278,6 +278,7 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/log/include/esp_log_buffer.h \
|
||||
$(PROJECT_PATH)/components/log/include/esp_log_timestamp.h \
|
||||
$(PROJECT_PATH)/components/log/include/esp_log_color.h \
|
||||
$(PROJECT_PATH)/components/log/include/esp_log_write.h \
|
||||
$(PROJECT_PATH)/components/lwip/include/apps/esp_sntp.h \
|
||||
$(PROJECT_PATH)/components/lwip/include/apps/ping/ping_sock.h \
|
||||
$(PROJECT_PATH)/components/mbedtls/esp_crt_bundle/include/esp_crt_bundle.h \
|
||||
|
||||
@@ -155,3 +155,4 @@ API Reference
|
||||
.. include-build-file:: inc/esp_log_buffer.inc
|
||||
.. include-build-file:: inc/esp_log_timestamp.inc
|
||||
.. include-build-file:: inc/esp_log_color.inc
|
||||
.. include-build-file:: inc/esp_log_write.inc
|
||||
|
||||
@@ -155,3 +155,4 @@ API 参考
|
||||
.. include-build-file:: inc/esp_log_buffer.inc
|
||||
.. include-build-file:: inc/esp_log_timestamp.inc
|
||||
.. include-build-file:: inc/esp_log_color.inc
|
||||
.. include-build-file:: inc/esp_log_write.inc
|
||||
|
||||
Reference in New Issue
Block a user