Ivan Grokhotkov
|
206eadab5a
|
console example: increase main task stack size
Stack size was not sufficient for logging at Verbose log level.
|
2018-02-11 13:14:44 +08:00 |
|
Ivan Grokhotkov
|
57a516389c
|
console example: add 'tasks' command to print vTaskList output
This command prints list of tasks, their state, and stack
watermark values.
Fixes https://github.com/espressif/esp-idf/issues/1534
|
2018-02-11 13:06:01 +08:00 |
|
Ivan Grokhotkov
|
24b07a3f45
|
console example: initialize nvs on startup
Fixes https://github.com/espressif/esp-idf/issues/1478
|
2018-01-09 12:48:02 +08:00 |
|
Ivan Grokhotkov
|
4d42b5ea24
|
console: handle empty input to esp_console_run correctly
Fixes https://github.com/espressif/esp-idf/issues/1067
Ref. TW15752
|
2017-10-13 07:14:53 +08:00 |
|
Ivan Grokhotkov
|
d2acf1ce77
|
sleep: add light sleep, factor out APIs common for deep/light sleep
|
2017-09-01 10:36:14 +08:00 |
|
Ivan Grokhotkov
|
10f0543080
|
console: add support for terminal probing and dumb terminal mode
|
2017-08-21 15:58:28 +08:00 |
|
Ivan Grokhotkov
|
5de7c91a54
|
add console component and example
|
2017-08-21 15:58:27 +08:00 |
|