Angus Gratton
aceb6517c0
Refactor existing bootloader common functionality into bootloader_support component
2016-11-02 17:58:41 +11:00
Krzysztof
079f5faad8
Fixed confused Sphinx
...
Sphinx failed to phrase esp_log_timestamp
reorderdering esp_log_write and esp_log_timestamp fixed this issue
2016-11-01 01:21:18 +08:00
Krzysztof
f6118c67b0
Fixed desription of logging library
2016-11-01 01:21:18 +08:00
Ivan Grokhotkov
14e003fcf2
components/log: regroup macros for better readability
2016-09-19 08:53:09 +08:00
Ivan Grokhotkov
3cdefd9923
components/log: fix error when using ESP_LOGx from C++ code
2016-09-18 20:51:57 +08:00
Ivan Grokhotkov
69278b28bf
components/log: fix bugs, add options to override log level for files, components, and bootloader
2016-09-18 20:24:31 +08:00
Ivan Grokhotkov
716cec5ded
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
Ivan Grokhotkov
7268f0a60a
components/log: add API header for logging library
...
TW6703
2016-09-08 20:02:26 +08:00