-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat(ThirdParty): Add TinyUSB library to MSDK #1101
Merged
Jake-Carter
merged 13 commits into
analogdevicesinc:main
from
BrentK-ADI:tinyusb_support
Sep 5, 2024
Merged
feat(ThirdParty): Add TinyUSB library to MSDK #1101
Jake-Carter
merged 13 commits into
analogdevicesinc:main
from
BrentK-ADI:tinyusb_support
Sep 5, 2024
Commits on Aug 23, 2024
-
Initial commit for adding TinyUSB support to MSDK
This commit is intented to be enough to start the review process with maintainers to verify approach with library and examples is the correct path, before adding additional examples and other parts. - Created TinyUSB library and Makefile for support library build - Added TinyUSB source files for device mode and MAX32 support - Added TinyUSB example projects verbatim as reference code. Not compiled in. - Added cdc_msc and cdc_msc_freertos examples for MAX32650 - Moved existing MAX32650 MAXUSB example to subfolder in Examples.
Configuration menu - View commit details
-
Copy full SHA for ea5273e - Browse repository at this point
Copy the full SHA ea5273eView commit details -
Update Tinyusb Build System Integration (#1)
* Update tinyusb build system integration - Swap out Makefile for latest project "driver" Makefile. The only difference here is that TARGET is floating. - Simplify tinyusb.mk - Add build-specific configuration to project.mk, and simplify IPATH/VPATH requirements - Add clean.tinyusb - Build library inside the tinyusb library by default - Add default configuration directory * Use override on PROJECT
Configuration menu - View commit details
-
Copy full SHA for 86817c7 - Browse repository at this point
Copy the full SHA 86817c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 515a6e9 - Browse repository at this point
Copy the full SHA 515a6e9View commit details -
TinyUSB MAX32650 and Build Updates
- Updated TinyUSB build system to incorporate FreeRTOS include folders - Updated existing MAX32650 examples for new build variables. - Added README to existing examples - Added HID and MSC example projects for MAX32650 - Cleanedup .vscode folders to match existing MSDK examples.
Configuration menu - View commit details
-
Copy full SHA for b975b37 - Browse repository at this point
Copy the full SHA b975b37View commit details -
- Added example project (cdc_msc, cdc_msc_freertos, hid_composite, msc_dual_lun) for MAX32666 - Relocated legacy MAXUSB examples to subfolder.
Configuration menu - View commit details
-
Copy full SHA for cbb6ed0 - Browse repository at this point
Copy the full SHA cbb6ed0View commit details -
- Added TinyUSB Examples (cdc_msc, cdc_msc_freertos, hid_composite, msc_dual_lun) for MAX32690 - Moved MAXUSB examples to subfolder
Configuration menu - View commit details
-
Copy full SHA for aab99b4 - Browse repository at this point
Copy the full SHA aab99b4View commit details -
- Added TinyUSB Example (cdc_msc, cdc_msc_freertos, hid_composite, msc_dual_lun) for MAX78002 - Moved MAXUSB examples to sub folder.
Configuration menu - View commit details
-
Copy full SHA for 757c850 - Browse repository at this point
Copy the full SHA 757c850View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12e814 - Browse repository at this point
Copy the full SHA b12e814View commit details -
Updated TinyUSB to baseline against commit ca3925a (PR #2708) which merged MAX32 support into master.
Configuration menu - View commit details
-
Copy full SHA for d5bbba3 - Browse repository at this point
Copy the full SHA d5bbba3View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d408d4 - Browse repository at this point
Copy the full SHA 3d408d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f70c38 - Browse repository at this point
Copy the full SHA 5f70c38View commit details -
Updated header guards for MAXUSB examples due to relocation of projects.
Configuration menu - View commit details
-
Copy full SHA for e98a969 - Browse repository at this point
Copy the full SHA e98a969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4032d30 - Browse repository at this point
Copy the full SHA 4032d30View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.