Page 1 of 1

esp32的freertos支持cli么

Posted: Tue Dec 25, 2018 5:35 am
by aureoleday
我看到freertos+cli的介绍,但是在esp32提供的BSP里没有
还是说有其他的CLI工具可用?

Re: esp32的freertos支持cli么

Posted: Tue Dec 25, 2018 10:55 am
by ESP_morris
当然支持命令行终端,还支持命令补全,记录历史命令。
IDF中有console组件,推荐你阅读以下文档:
https://docs.espressif.com/projects/esp ... nsole.html

此外,IDF还提供了较多基于console组件的非常有用的example(比如i2c-tool, iperf),可以借鉴学习其具体的使用方法。

https://github.com/espressif/esp-idf/tr ... em/console
https://github.com/espressif/esp-idf/tr ... /i2c_tools
https://github.com/espressif/esp-idf/tr ... wifi/iperf

Re: esp32的freertos支持cli么

Posted: Tue Dec 25, 2018 2:05 pm
by aureoleday
ESP_morris wrote:
Tue Dec 25, 2018 10:55 am
当然支持命令行终端,还支持命令补全,记录历史命令。
IDF中有console组件,推荐你阅读以下文档:
https://docs.espressif.com/projects/esp ... nsole.html

此外,IDF还提供了较多基于console组件的非常有用的example(比如i2c-tool, iperf),可以借鉴学习其具体的使用方法。

https://github.com/espressif/esp-idf/tr ... em/console
https://github.com/espressif/esp-idf/tr ... /i2c_tools
https://github.com/espressif/esp-idf/tr ... wifi/iperf
非常感谢,已经用上了console组件,非常方便
建议作为默认组件加入到hello_world例程中,这样会让入手门槛大幅降低。
有个小问题,就是按方向键没法调出历史纪录,用的终端软件是secureCRT