Update FreeRTOS configuration and enhance upper computer AI documentation

- Increased total heap size in FreeRTOSConfig.h from 10000 to 18000.
- Modified stack sizes for various tasks in freertos.c to improve performance:
  - initTask: 128 to 256
  - CarCtrlTask: 256 to 1024
  - timerTask: 512 to 1024
  - sr04Task: 128 to 512
  - rc522Task: 128 to 512
- Added comprehensive upper computer AI guide for TCP client implementation, detailing protocol contracts, command sets, telemetry, architecture requirements, and error handling strategies.
- Introduced a Python web upper computer AI guide with a recommended tech stack and project structure.
- Created a Chinese version of the upper computer AI guide for local developers.
- Updated STM32 project configuration to reflect new task stack sizes and heap settings.
- Adjusted configuration files for various tools to ensure compatibility with the new project structure.
This commit is contained in:
2026-04-17 22:15:54 +08:00
parent 3eb63ade12
commit 48a443c6c1
14 changed files with 1259 additions and 29 deletions

View File

@@ -32,7 +32,7 @@
<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_send" value="AT+RST #复位" />
<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=&quot;ssid&quot;,&quot;password&quot; #配置WIFI" />
@@ -60,7 +60,7 @@
<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_rate" value="5" />
<add key="super_parity" value="0" />
<add key="super_databits" value="1" />
<add key="super_stopbit" value="0" />

View File

@@ -10,7 +10,7 @@ SendHex=0
[DlgCreateServer]
DlgServerPort=3456
[Update]
Time=1775660879
Time=1776317344
[SysOptions]
SendBlSZforFile=10240
SendBlITforFile=1

View File

@@ -62,7 +62,7 @@ file_sel13 = 0
file_path13 =
file_flag13 = False
file_offset13 =
default_path = E:\My_Workpace\ÎïÁ÷С³µ\esp_12f\flash_download_tool_3.9.7
default_path = E:\My_Workpace\f103_car\ÎïÁ÷С³µ\esp_12f\flash_download_tool_3.9.7
[FLASH_CRYSTAL]
spicfgdis = 1

View File

@@ -7,7 +7,7 @@ multi_col = 2
[DOWNLOAD PATH]
file_sel0 = 1
file_path0 = E:\My_Workpace\ÎïÁ÷С³µ\esp_12f\flash_download_tool_3.9.7\£¨1112£©ESP8266-4M.bin
file_path0 = E:\My_Workpace\f103_car\ÎïÁ÷С³µ\esp_12f\£¨1112£©ESP8266-4M.bin
file_flag0 = False
file_offset0 = 0
file_sel1 = 0
@@ -62,7 +62,7 @@ file_sel13 = 0
file_path13 =
file_flag13 = False
file_offset13 =
default_path = E:\My_Workpace\ÎïÁ÷С³µ\esp_12f\flash_download_tool_3.9.7
default_path = E:\My_Workpace\f103_car\ÎïÁ÷С³µ\esp_12f
[FLASH_CRYSTAL]
spicfgdis = 1