update RTTHREAD/readme.md

This commit is contained in:
WKJay
2020-12-17 08:44:45 +08:00
parent 498e3eb6fe
commit 641a2a8cb0

View File

@ -60,10 +60,14 @@ static void test_task (void *p_arg)
10. Now you are ready to download and debug your image on the board. 10. Now you are ready to download and debug your image on the board.
The test results below were collected from the RT-Thread ART-Pi (STM32H750XBH6) with the following software and tool chains: The test results below were collected from the RT-Thread ART-Pi with the following software and tool chains:
- STM32H750XBH6
- RT-Thread Studio (Version: 2.0.0) - RT-Thread Studio (Version: 2.0.0)
- GNU ARM Cross C Compiler (Optimization level: -O0)
- The starting project is based on [RT-Thread ART-Pi SDK](https://github.com/RT-Thread-Studio/sdk-bsp-stm32h750-realthread-artpi) (./projects/art_pi_wifi) - The starting project is based on [RT-Thread ART-Pi SDK](https://github.com/RT-Thread-Studio/sdk-bsp-stm32h750-realthread-artpi) (./projects/art_pi_wifi)
- wolfssl [latest version](https://github.com/wolfSSL/wolfssl) - wolfssl [latest version](https://github.com/wolfSSL/wolfssl)