feat: 集成 EasyLogger 并更新 UART DMA 回调
- 集成 EasyLogger,增强日志功能。 - 更新 UART DMA 回调以使用 EasyLogger 记录日志。 - 重新格式化 README.md,提升可读性和清晰度。 - 添加新的 CMSIS DSP 和 FreeRTOS 源文件。 - 更新 CMake 配置以包含 EasyLogger 源文件。 此提交改进了日志功能,为后续开发做好了准备。
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
1|0|AT #测试
|
||||
2|0|AT+CWMODE=1 #设置工作模式为STA
|
||||
3|0|AT+CWJAP="ssid","password" #配置WIFI
|
||||
4|0|AT+CIPSTART="TCP","192.168.1.101",3456 #连接服务器,IP是电脑的IP,3456是服务器的端口
|
||||
5|0|ATAT+SAVETRANSLINK=1,"192.168.1.101",3456,"TCP" #保存连接信息,开机后自动连接
|
||||
6|0|AT+CIPMODE=1 #设置为透传模式
|
||||
7|0|AT+CIPSEND #发送数据
|
||||
8|0|HELLOWORLD #发送数据
|
||||
9|0|AT+RST #复位
|
||||
10|0|+++ #退出透传
|
||||
11|0|
|
||||
12|0|AT+RESTORE
|
||||
13|0|AT+CWSTOPDISCOVER
|
||||
14|0|AT+CWSTARTDISCOVER="gh_9e2cff3dfa51","gh_9e2cff3dfa51",0
|
||||
15|0|AT+CIUPDATE
|
||||
16|0|AT+CIPSTAMAC?
|
||||
17|0|AT+PING="www.baidu.com"
|
||||
18|0|AT+UART_DEF=9600,8,1,0,0
|
||||
19|0|AT+WPS=0
|
||||
20|0|AT+WPS=1
|
||||
21|0|
|
||||
22|0|
|
||||
23|0|
|
||||
24|0|
|
||||
25|0|
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="super_panel_open" value="1" />
|
||||
<add key="super_history_open" value="0" />
|
||||
<add key="super_rechex_checked" value="0" />
|
||||
<add key="super_recrn_checked" value="0" />
|
||||
<add key="super_sendhex_checked" value="0" />
|
||||
<add key="super_addrn_checked" value="1" />
|
||||
<add key="super_send1hex_checked" value="0" />
|
||||
<add key="super_send2hex_checked" value="0" />
|
||||
<add key="super_send3hex_checked" value="0" />
|
||||
<add key="super_send4hex_checked" value="0" />
|
||||
<add key="super_send5hex_checked" value="0" />
|
||||
<add key="super_send6hex_checked" value="0" />
|
||||
<add key="super_send7hex_checked" value="0" />
|
||||
<add key="super_send8hex_checked" value="0" />
|
||||
<add key="super_send9hex_checked" value="0" />
|
||||
<add key="super_send10hex_checked" value="0" />
|
||||
<add key="super_send11hex_checked" value="0" />
|
||||
<add key="super_send12hex_checked" value="0" />
|
||||
<add key="super_send13hex_checked" value="0" />
|
||||
<add key="super_send14hex_checked" value="0" />
|
||||
<add key="super_send15hex_checked" value="0" />
|
||||
<add key="super_send16hex_checked" value="0" />
|
||||
<add key="super_send17hex_checked" value="0" />
|
||||
<add key="super_send18hex_checked" value="0" />
|
||||
<add key="super_send19hex_checked" value="0" />
|
||||
<add key="super_send20hex_checked" value="0" />
|
||||
<add key="super_send21hex_checked" value="0" />
|
||||
<add key="super_send22hex_checked" value="0" />
|
||||
<add key="super_send23hex_checked" value="0" />
|
||||
<add key="super_send24hex_checked" value="0" />
|
||||
<add key="super_send25hex_checked" value="0" />
|
||||
<add key="super_text_send" value="你好啊啊" />
|
||||
<add key="super_text_send1" value="AT #测试" />
|
||||
<add key="super_text_send2" value="AT+CWMODE=1 #设置工作模式为STA" />
|
||||
<add key="super_text_send3" value="AT+CWJAP="ssid","password" #配置WIFI" />
|
||||
<add key="super_text_send4" value="AT+CIPSTART="TCP","192.168.1.101",3456 #连接服务器,IP是电脑的IP,3456是服务器的端口" />
|
||||
<add key="super_text_send5" value="ATAT+SAVETRANSLINK=1,"192.168.1.101",3456,"TCP" #保存连接信息,开机后自动连接" />
|
||||
<add key="super_text_send6" value="AT+CIPMODE=1 #设置为透传模式" />
|
||||
<add key="super_text_send7" value="AT+CIPSEND #发送数据" />
|
||||
<add key="super_text_send8" value="HELLOWORLD #发送数据" />
|
||||
<add key="super_text_send9" value="AT+RST #复位" />
|
||||
<add key="super_text_send10" value="+++ #退出透传" />
|
||||
<add key="super_text_send11" value="" />
|
||||
<add key="super_text_send12" value="AT+RESTORE" />
|
||||
<add key="super_text_send13" value="AT+CWSTOPDISCOVER" />
|
||||
<add key="super_text_send14" value="AT+CWSTARTDISCOVER="gh_9e2cff3dfa51","gh_9e2cff3dfa51",0" />
|
||||
<add key="super_text_send15" value="AT+CIUPDATE" />
|
||||
<add key="super_text_send16" value="AT+CIPSTAMAC?" />
|
||||
<add key="super_text_send17" value="AT+PING="www.baidu.com"" />
|
||||
<add key="super_text_send18" value="AT+UART_DEF=9600,8,1,0,0" />
|
||||
<add key="super_text_send19" value="AT+WPS=0" />
|
||||
<add key="super_text_send20" value="AT+WPS=1" />
|
||||
<add key="super_text_send21" value="" />
|
||||
<add key="super_text_send22" value="" />
|
||||
<add key="super_text_send23" value="" />
|
||||
<add key="super_text_send24" value="" />
|
||||
<add key="super_text_send25" value="" />
|
||||
<add key="super_num_time1" value="800" />
|
||||
<add key="super_num_time2" value="500" />
|
||||
<add key="super_rate" value="6" />
|
||||
<add key="super_parity" value="0" />
|
||||
<add key="super_databits" value="1" />
|
||||
<add key="super_stopbit" value="0" />
|
||||
<add key="super_handshaking" value="0" />
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Binary file not shown.
Reference in New Issue
Block a user