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
.
esp-cpp
/
espp
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
116
Code
Issues
0
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(usb_host): espp::UsbHost component (USB Host HID)
- #791
#791
Merged
finger563
merged 10 commits into
main
esp-cpp/espp:main
from
feat/usb-host
esp-cpp/espp:feat/usb-host
Copy head branch name to clipboard
Sep 12, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
feat(usb_host): espp::UsbHost component (USB Host HID)
#791
finger563
merged 10 commits into
main
esp-cpp/espp:main
from
feat/usb-host
esp-cpp/espp:feat/usb-host
Copy head branch name to clipboard
Commits
Commits on Sep 12, 2026
feat(usb_host): espp::UsbHost (USB Host HID) component + example
Show description for 222a11c
finger563
and
claude
committed
222a11c
View commit details
Copy full SHA for 222a11c
Browse repository at this point
fix(usb_host): address review feedback (teardown race, dangling span, buffers)
Show description for 3386006
finger563
and
claude
committed
3386006
View commit details
Copy full SHA for 3386006
Browse repository at this point
fix(usb_host): use https for the repository URL in the manifest
Show description for a0ab3c0
finger563
and
claude
committed
a0ab3c0
View commit details
Copy full SHA for a0ab3c0
Browse repository at this point
fix(usb_host): guard HidDevice ops on disconnect; refine error mapping
Show description for 2c20290
finger563
and
claude
committed
2c20290
View commit details
Copy full SHA for 2c20290
Browse repository at this point
fix(usb_host): run driver ops + user callbacks on a dispatch task (not the HID task)
Show description for 0583272
finger563
and
claude
committed
0583272
View commit details
Copy full SHA for 0583272
Browse repository at this point
docs(usb_host): document the threading model (dispatch task, callback safety)
Show description for b74ab0b
finger563
and
claude
committed
b74ab0b
View commit details
Copy full SHA for b74ab0b
Browse repository at this point
fix(usb_host): address review round 3 (teardown safety, UTF-8, queue bound, typing)
Show description for 5a63dfd
finger563
and
claude
committed
5a63dfd
View commit details
Copy full SHA for 5a63dfd
Browse repository at this point
fix(usb_host): address review round 4 (no const_cast, hard queue bound, teardown gate, no per-report alloc)
Show description for c57fb55
finger563
and
claude
committed
c57fb55
View commit details
Copy full SHA for c57fb55
Browse repository at this point
ci(usb_host): publish the usb_host component to the component registry
Show description for 2dba38a
finger563
and
claude
committed
2dba38a
View commit details
Copy full SHA for 2dba38a
Browse repository at this point
fix(usb_host): address review round 5 (enqueue/teardown race, buffer reuse, doc snippets)
Show description for d833ddf
finger563
and
claude
committed
d833ddf
View commit details
Copy full SHA for d833ddf
Browse repository at this point
You can’t perform that action at this time.