This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ff4620a51d
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 13:33:12 -05: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-14 12:53:33 -04:00
feat(log): Refactoring tag level check APIs
2024-02-28 13:33:12 -05:00
orsource "./Kconfig.level"
Correct Kconfigs according to the coding style
2019-01-25 11:10:53 -05:00
feat(log): Refactoring tag level check APIs
2024-02-28 13:33:12 -05: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-14 12:53:33 -04:00
endmenu
Reference in New Issue
Copy Permalink