656532e7b3
fix(esp8266): Fix ets_printf "%p" format output
2019-03-14 15:37:09 +08:00
a822e6bcc9
feat(freertos): Remove unnecessary stack panic information
...
Using "0x......" instead of origin "......" to represent hexadecimal data of stack and idf_monitor will
show its corresponding function if the address is located at a function of the project.
2019-02-14 15:38:35 +08:00
e3dde84949
feat(esp8266): Add config to choose console UART none
2018-12-18 20:15:13 +08:00
48061e78a4
feat(esp8266): ets_putc support CR/LR/CRLR selection
...
ets_printf/ESP_EARLY_LOGX can use this function also.
2018-11-27 13:55:32 +08:00
1f56d9a6aa
feat(esp8266): Add new "ets_vprintf" to save stack
...
It is better for interrupt and NMI functions to output information.
2018-11-22 17:11:14 +08:00
964e027860
feat(bootloader): Add configration for output console UART
2018-09-07 14:26:27 +08:00
e15f211d46
feat(esp8266): Add "putc" and "vprintf" of version "ets_"
2018-05-25 19:28:36 +08:00
26e825b0de
feat(esp8266): Add ets_printf in SDK side
2018-05-24 15:04:56 +08:00