This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-15 23:09:35 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f43b3afcec3b8089fee6dfa4f901b66e24f40f8c
esp-idf
/
components
/
log
/
Kconfig
8 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(log): Refactoring tag level check APIs
2024-02-28 20:33:12 +02:00
menu "Log"
components/log: add implementation, update a few components to use it This also removes logging implementation from bootloader and replaces it with the one provided by the log component. Some occurrences of printf and ets_printf have been changed to ESP_LOGx APIs.
2016-09-15 00:53:33 +08:00
feat(log): Refactoring tag level check APIs
2024-02-28 20:33:12 +02:00
orsource "./Kconfig.level"
Correct Kconfigs according to the coding style
2019-01-25 17:10:53 +01:00
feat(log): Refactoring tag level check APIs
2024-02-28 20:33:12 +02:00
orsource "./Kconfig.format"
components/log: add implementation, update a few components to use it This also removes logging implementation from bootloader and replaces it with the one provided by the log component. Some occurrences of printf and ets_printf have been changed to ESP_LOGx APIs.
2016-09-15 00:53:33 +08:00
endmenu
Reference in New Issue
Copy Permalink