This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/rt-thread/thread_delay/readme.md

7 lines
170 B
Markdown

**注意 rt-thread使用start_gcc.S替代entry.S,所以编译的时候需要将entry.S在cmakelist中屏蔽**
```bash
$ make APP=thread_delay BOARD=bl706_iot
```