From 641a2a8cb061a11c93d2d7440392da7ac0b8d41e Mon Sep 17 00:00:00 2001 From: WKJay <1931048074@qq.com> Date: Thu, 17 Dec 2020 08:44:45 +0800 Subject: [PATCH] update RTTHREAD/readme.md --- IDE/ECLIPSE/RTTHREAD/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/IDE/ECLIPSE/RTTHREAD/README.md b/IDE/ECLIPSE/RTTHREAD/README.md index 1d4b91e16..e329aff57 100644 --- a/IDE/ECLIPSE/RTTHREAD/README.md +++ b/IDE/ECLIPSE/RTTHREAD/README.md @@ -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. -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) +- 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) - wolfssl [latest version](https://github.com/wolfSSL/wolfssl)