Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
stm32duino
/
Arduino_Core_STM32
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.4k
Code
Issues
20
Pull requests
18
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add USB MSC + MSC/CDC Composite Class
- #1088
#1088
Open
rudihorn
wants to merge 37 commits into
stm32duino:main
stm32duino/Arduino_Core_STM32:main
from
rudihorn:usb_msc_cdc
rudihorn/Arduino_Core_STM32:usb_msc_cdc
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Open
Add USB MSC + MSC/CDC Composite Class
#1088
rudihorn
wants to merge 37 commits into
stm32duino:main
stm32duino/Arduino_Core_STM32:main
from
rudihorn:usb_msc_cdc
rudihorn/Arduino_Core_STM32:usb_msc_cdc
Copy head branch name to clipboard
Commits
Commits on Jun 4, 2020
initial commit of new cdc_msc and updated msc
Rudi Horn
committed
26f5806
View commit details
Copy full SHA for 26f5806
Browse repository at this point
added endpoint configuration
Rudi Horn
committed
db11e1b
View commit details
Copy full SHA for db11e1b
Browse repository at this point
added endpoint define changes
Rudi Horn
committed
1c247ed
View commit details
Copy full SHA for 1c247ed
Browse repository at this point
added default msc interface
Rudi Horn
committed
0b9e38e
View commit details
Copy full SHA for 0b9e38e
Browse repository at this point
fixed cdc handle nad renamed cdc msc flag
Rudi Horn
committed
162ade3
View commit details
Copy full SHA for 162ade3
Browse repository at this point
added usb class
Rudi Horn
committed
8d7e9d8
View commit details
Copy full SHA for 8d7e9d8
Browse repository at this point
add new include dirs
Rudi Horn
committed
4b489ef
View commit details
Copy full SHA for 4b489ef
Browse repository at this point
formatting changes, improved usbd_ep_conf and now compiles in marlin
Rudi Horn
committed
a144bca
View commit details
Copy full SHA for a144bca
Browse repository at this point
fixed bug in descriptor, small changes to USB class
Rudi Horn
committed
6717196
View commit details
Copy full SHA for 6717196
Browse repository at this point
fixed duplicate endpoint definition and somewhat fixed endpoint configuration
Rudi Horn
committed
6f3ebfc
View commit details
Copy full SHA for 6f3ebfc
Browse repository at this point
fixed styling and changed dummy sd usb so it is always not ready
Rudi Horn
committed
ccef556
View commit details
Copy full SHA for ccef556
Browse repository at this point
fixed small type and more formatting
Rudi Horn
committed
ff6cecf
View commit details
Copy full SHA for ff6cecf
Browse repository at this point
added ifdef for USB.c
Rudi Horn
committed
da5c702
View commit details
Copy full SHA for da5c702
Browse repository at this point
fixed bug in ST MSC SCSI library
Rudi Horn
committed
ffd635d
View commit details
Copy full SHA for ffd635d
Browse repository at this point
fixed formatting
Rudi Horn
committed
7676e07
View commit details
Copy full SHA for 7676e07
Browse repository at this point
introduced usb msc abstract class
Rudi Horn
committed
3761125
View commit details
Copy full SHA for 3761125
Browse repository at this point
changes to formatting
Rudi Horn
committed
6f00830
View commit details
Copy full SHA for 6f00830
Browse repository at this point
more formatting changes
Rudi Horn
committed
f578d6c
View commit details
Copy full SHA for f578d6c
Browse repository at this point
and more formatting changes
Rudi Horn
committed
805113d
View commit details
Copy full SHA for 805113d
Browse repository at this point
small bugfixes
Rudi Horn
committed
5df8d9c
View commit details
Copy full SHA for 5df8d9c
Browse repository at this point
added back early usb initialisation and fixed write protection bug in new interface
Rudi Horn
committed
5b3e972
View commit details
Copy full SHA for 5b3e972
Browse repository at this point
fixed hs/fs/other speed interface descriptors for cdc msc
Rudi Horn
committed
77d673b
View commit details
Copy full SHA for 77d673b
Browse repository at this point
small changes to ep conf
Rudi Horn
committed
3f3783e
View commit details
Copy full SHA for 3f3783e
Browse repository at this point
fixed bug where usb device library relies on pdev->pClassData to determine if deinitialisation should happen
Rudi Horn
committed
3c4d73d
View commit details
Copy full SHA for 3c4d73d
Browse repository at this point
update msc and cdc classes
Rudi Horn
committed
f0e3993
View commit details
Copy full SHA for f0e3993
Browse repository at this point
fixed ep addresses
Rudi Horn
committed
a7fd6e2
View commit details
Copy full SHA for a7fd6e2
Browse repository at this point
fixed formatting
Rudi Horn
committed
df73d28
View commit details
Copy full SHA for df73d28
Browse repository at this point
added back cdc clear buffer
Rudi Horn
committed
760d8e3
View commit details
Copy full SHA for 760d8e3
Browse repository at this point
remove reference to userdata
Rudi Horn
committed
f7dbf85
View commit details
Copy full SHA for f7dbf85
Browse repository at this point
fixed pointer error and warning
Rudi Horn
committed
6d0023f
View commit details
Copy full SHA for 6d0023f
Browse repository at this point
changes to cdc msc interface definitions
Rudi Horn
committed
4d0f562
View commit details
Copy full SHA for 4d0f562
Browse repository at this point
remove SOF from MSC+CDC
Rudi Horn
committed
b29c3ea
View commit details
Copy full SHA for b29c3ea
Browse repository at this point
further changes during merging
Rudi Horn
committed
2207a41
View commit details
Copy full SHA for 2207a41
Browse repository at this point
set cdc usb handle to usb handle
Rudi Horn
committed
a341011
View commit details
Copy full SHA for a341011
Browse repository at this point
Commits on Jun 7, 2020
refactored cdc msc descriptor and fixed for windowsn
Rudi Horn
committed
8709e8f
View commit details
Copy full SHA for 8709e8f
Browse repository at this point
fixed formatting
Rudi Horn
committed
def0867
View commit details
Copy full SHA for def0867
Browse repository at this point
added extra board configurations
Rudi Horn
committed
4447803
View commit details
Copy full SHA for 4447803
Browse repository at this point
You can’t perform that action at this time.