docs: document rtos firmware versioning

This commit is contained in:
2026-04-29 04:45:43 +08:00
parent db714471b8
commit 3cb49fc4f8
3 changed files with 31 additions and 13 deletions
+5
View File
@@ -94,6 +94,11 @@
2. 启动文件:`startup_stm32f103xe.s`
3. 目标器件:`STM32F103RC`
4. 预处理器宏:`USE_HAL_DRIVER, STM32F103xE`
5. FreeRTOS + lwIP 固件版本线从 `V2.0.0` 开始;裸机固件版本线从 `V1.0.0` 开始。
6. 当前 RTOS release`https://git.furtherverse.com/gaoro-xiao/TCP2UART/releases/tag/V2.0.0`
7. Release 附件命名:
- `TCP2UART-RTOS-V2.0.0.hex`
- `TCP2UART-RTOS-V2.0.0.elf`
### 4.3 常用调试工具