You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<imgsrc="https://github.com/Arm-Examples/.github/raw/main/profile/MiddlewareVideo.png"alt="Developing with MDK-Middleware"width="318"height="205"align="left">](
@@ -45,13 +49,15 @@ This is a list of the relevant files and directories:
45
49
46
50
| File/Directory | Description |
47
51
|----------------|-------------|
52
+
|[`.github/workflows/`](./.github/workflows)| GitHub Action file [`mw-usb-fs-ci.yml`](./.github/workflows/mw-usb-fs-ci.yml) builds the HID, MassStorage, and VirtualCOM projects. |
48
53
|[vcpkg-configuration.json](./vcpkg-configuration.json)| List of tools installed (by Arm Tools Environment Manager) in VS Code |
49
54
|[USB_Device.csolution.yml](./USB_Device.csolution.yml)| Main solution file containing USB Device example projects |
50
55
|[HID](./HID)| USB HID Device example project (not used for the application) |
51
56
|[MassStorage](./MassStorage)| USB Mass Storage Device example project (adapted for user application) |
52
57
|[VirtualCOM](./VirtualCOM)| USB Virtual COM Port Device example project (not used for the application) |
53
58
|[Board](./Board)| Board support layers for STM32F746G-DISCO and custom hardware |
54
59
60
+
55
61
## References
56
62
57
63
-[Keil Studio Documentation](https://mdk-packs.github.io/vscode-cmsis-solution-docs/)
0 commit comments