diff options
| author | sakumisu <[email protected]> | 2024-02-09 12:21:40 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-02-09 12:21:40 +0800 |
| commit | 466d241c31106c538f80548475f33639899b6b28 (patch) | |
| tree | c5be933b2039501fbbd6be54862d1413eccf4703 /docs/source/quick_start/rt-thread/rtthread.rst | |
| parent | 49116c6fbc30df057ddaf85fa484ab3017265fe4 (diff) | |
update doc
Diffstat (limited to 'docs/source/quick_start/rt-thread/rtthread.rst')
| -rw-r--r-- | docs/source/quick_start/rt-thread/rtthread.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/quick_start/rt-thread/rtthread.rst b/docs/source/quick_start/rt-thread/rtthread.rst index 28a4631f..30fa6e01 100644 --- a/docs/source/quick_start/rt-thread/rtthread.rst +++ b/docs/source/quick_start/rt-thread/rtthread.rst @@ -35,6 +35,8 @@ .. figure:: img/config_file.png +- 在 `usb_config.h` 中添加 `USBD_IRQHandler=xxxx` 、 `CONFIG_USBDEV_EP_NUM=x` 以及 `USBD_BASE=0xxxxx` 三个常规 porting 需要的宏 + * 使用 `scons --target=mdk5` 或者 `scons` 进行编译 主机配置 |
