-
Notifications
You must be signed in to change notification settings - Fork 876
Update tinyusb_development_guide.rst (AEGHB-1123) #535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
文档编辑错误。根据下方CMakeLists.txt需要配添加的语句,tusb目录应为main下方。
👋 Hello 0x3A2B, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Hi, @0x3A2B . Considering this is being treated as a project and idf_component_get_property(tusb_lib espressif__tinyusb COMPONENT_LIB)
target_include_directories(${tusb_lib} PUBLIC "${PROJECT_DIR}/main/tusb")
target_sources(${tusb_lib} PUBLIC "${PROJECT_DIR}/main/tusb/usb_descriptors.c") Additionally, please make sure to update the English documentation accordingly. Thank you very much! |
Hi, @leeebo , Please add MR TAG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sha=6be1261a24a49f46e65114f6b31458e1bed7f39a
Description
fix: Document editing error.
According to the statements that need to be added in the CMakeLists.txt below, the tusb directory should be under main.
Related
Testing
Checklist
Before submitting a Pull Request, please ensure the following: