Skip to content

Commit f10c99c

Browse files
committed
Merge branch 'contrib/github_pr_535' into 'master'
Update tinyusb_development_guide.rst (GitHub PR) Closes AEGHB-1123 See merge request ae_group/esp-iot-solution!1336
2 parents c876df7 + c23d97e commit f10c99c

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

docs/en/usb/usb_overview/tinyusb_development_guide.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ First, create the following directory structure:
2222
project_name
2323
|
2424
|-- main
25-
| |-- CMakeLists.txt
26-
| |-- idf_component.yml
27-
| |-- main.c
28-
|
29-
|-- tusb
30-
|-- tusb_config.h
31-
|-- usb_descriptors.c
32-
|-- usb_descriptors.h
25+
|-- CMakeLists.txt
26+
|-- idf_component.yml
27+
|-- main.c
28+
|-- tusb
29+
|-- tusb_config.h
30+
|-- usb_descriptors.c
31+
|-- usb_descriptors.h
3332
3433
Add component dependencies in the main component of the project, referencing :ref:`espressif/tinyusb <espressif/tinyusb>`.
3534

docs/zh_CN/usb/usb_overview/tinyusb_development_guide.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
project_name
2222
|
2323
|-- main
24-
| |-- CMakeLists.txt
25-
| |-- idf_component.yml
26-
| |-- main.c
27-
|
28-
|-- tusb
29-
|-- tusb_config.h
30-
|-- usb_descriptors.c
31-
|-- usb_descriptors.h
24+
|-- CMakeLists.txt
25+
|-- idf_component.yml
26+
|-- main.c
27+
|-- tusb
28+
|-- tusb_config.h
29+
|-- usb_descriptors.c
30+
|-- usb_descriptors.h
3231
3332
在该工程的 main 组件中添加组件依赖,:ref:`espressif/tinyusb <espressif/tinyusb>`。
3433

0 commit comments

Comments
 (0)