diff options
| author | sakumisu <[email protected]> | 2022-08-13 11:34:00 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-08-13 11:34:00 +0800 |
| commit | dc8e92e8fac46844fda8a07b3f4fe9d80062c11a (patch) | |
| tree | fcbd3aefff2c3dd40c27be9420d1c0aa7bb94995 /docs | |
| parent | d18f2fc18619b6b8e3336b5c83889449f7f4f225 (diff) | |
add hpm ram icf
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/quick_start/other_chip.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/quick_start/other_chip.rst b/docs/source/quick_start/other_chip.rst index 6bf69562..c7433cc9 100644 --- a/docs/source/quick_start/other_chip.rst +++ b/docs/source/quick_start/other_chip.rst @@ -45,6 +45,7 @@ USB Host 移植要点 define exported symbol __usbh_class_info_end__ = end of region CHERRYUSB_RAM + 1; place in CHERRYUSB_RAM { section .usbh_class_info }; + keep { section .usbh_class_info}; - 编译使用。各个 class 如何使用,参考 demo 下的 `usb_host.c` 文件 |
