diff options
| author | Dozingfiretruck <[email protected]> | 2024-10-31 09:03:06 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-10-31 12:28:32 +0800 |
| commit | f02ff21cfbadf05fd461379db9a135da41e254b7 (patch) | |
| tree | 76a74f154ce954c78d34b6f54d1eeff43f705cda | |
| parent | d6aae263716f03cd1a85c9e23f3d32dcdbe4b707 (diff) | |
add:cherryusb_config_template.h add CONFIG_USB_HS configuration description
| -rw-r--r-- | cherryusb_config_template.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h index 30869b43..e7d5230f 100644 --- a/cherryusb_config_template.h +++ b/cherryusb_config_template.h @@ -208,6 +208,9 @@ #define CONFIG_USBDEV_EP_NUM 8 #endif +/* When your chip hardware supports high-speed and wants to initialize it in high-speed mode, the relevant IP will configure the internal or external high-speed PHY according to CONFIG_USB_HS. */ +// #define CONFIG_USB_HS + /* ---------------- FSDEV Configuration ---------------- */ //#define CONFIG_USBDEV_FSDEV_PMA_ACCESS 2 // maybe 1 or 2, many chips may have a difference |
