esp32的freertos支持cli么

aureoleday
Posts: 22
Joined: Wed Dec 19, 2018 2:10 am

esp32的freertos支持cli么

Postby aureoleday » Tue Dec 25, 2018 5:35 am

我看到freertos+cli的介绍,但是在esp32提供的BSP里没有
还是说有其他的CLI工具可用?

ESP_morris
Posts: 290
Joined: Wed Sep 05, 2018 6:23 am

Re: esp32的freertos支持cli么

Postby ESP_morris » 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

aureoleday
Posts: 22
Joined: Wed Dec 19, 2018 2:10 am

Re: esp32的freertos支持cli么

Postby aureoleday » Tue Dec 25, 2018 2:05 pm

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

Who is online

Users browsing this forum: No registered users and 38 guests