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 }}
CDarius
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
shared-module
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 22, 2026
Merge pull request #11124 from dhalbert/enable-disable-usb-drive-later
Show description for c926271
tannewt
authored
c926271
View commit details
Copy full SHA for c926271
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
split off unsafe_disable_usb_drive()
dhalbert
committed
7828aaf
View commit details
Copy full SHA for 7828aaf
View code at this point
Browse repository at this point
allow storage.disable_usb_drive() and .enable_usb_drive() after boot.py
dhalbert
committed
65516d1
View commit details
Copy full SHA for 65516d1
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
cleanup comments, improve example code, improve var names
FoamyGuy
committed
4b14747
View commit details
Copy full SHA for 4b14747
View code at this point
Browse repository at this point
translations and format
FoamyGuy
committed
23dd83d
View commit details
Copy full SHA for 23dd83d
View code at this point
Browse repository at this point
add spread functionality, fix defns
FoamyGuy
committed
a669295
View commit details
Copy full SHA for a669295
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
Merge branch 'main' into granular_pitch_shift
Show description for 2926878
FoamyGuy
committed
2926878
View commit details
Copy full SHA for 2926878
View code at this point
Browse repository at this point
Merge pull request #11113 from 94xhn/fix-abspath-root-dotdot-underflow
Show description for 242fe31
dhalbert
authored
242fe31
View commit details
Copy full SHA for 242fe31
View code at this point
Browse repository at this point
Merge pull request #11106 from FoamyGuy/audiowriter
Show description for c18d771
dhalbert
authored
c18d771
View commit details
Copy full SHA for c18d771
View code at this point
Browse repository at this point
shared-module/os: fix size_t underflow in abspath(".." at root)
Show description for 4a48115
94xhn
and
claude
committed
4a48115
View commit details
Copy full SHA for 4a48115
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
Merge pull request #11093 from mikeysklar/tinyusb-oscok-bump
Show description for db82b25
dhalbert
authored
db82b25
View commit details
Copy full SHA for db82b25
View code at this point
Browse repository at this point
move to audiofilewriter.AudioFileWriter
FoamyGuy
committed
9fd8e3f
View commit details
Copy full SHA for 9fd8e3f
View code at this point
Browse repository at this point
usb_audio: drop dead tusb_config defines left by the tinyusb bump
Show description for 65ee5f9
mikeysklar
and
claude
committed
65ee5f9
View commit details
Copy full SHA for 65ee5f9
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
GranularPitchShift initial code
FoamyGuy
committed
04a0950
View commit details
Copy full SHA for 04a0950
View code at this point
Browse repository at this point
usb_audio: migrate to TUD_AUDIO20_* / AUDIO20_* names
Show description for 80d6cae
mikeysklar
and
claude
committed
80d6cae
View commit details
Copy full SHA for 80d6cae
View code at this point
Browse repository at this point
cleanup docstrings, example, and comments
FoamyGuy
committed
dc6db28
View commit details
Copy full SHA for dc6db28
View code at this point
Browse repository at this point
audiowriter module
FoamyGuy
committed
b531a07
View commit details
Copy full SHA for b531a07
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
Bump tinyusb to include MAX3421E host startup-hang fix (#3748)
Show description for 894397c
mikeysklar
and
claude
committed
894397c
View commit details
Copy full SHA for 894397c
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
sdioio implementation for raspberrypi port
FoamyGuy
committed
e8669a8
View commit details
Copy full SHA for e8669a8
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
Merge pull request #11053 from bablokb/cs_sd_proto
Show description for c2d8c2b
dhalbert
authored
c2d8c2b
View commit details
Copy full SHA for c2d8c2b
View code at this point
Browse repository at this point
verify CS pin is not None
bablokb
committed
7553fc5
View commit details
Copy full SHA for 7553fc5
View code at this point
Browse repository at this point
Merge pull request #11062 from FoamyGuy/usb_audio_output_speaker
Show description for de67b63
dhalbert
authored
de67b63
View commit details
Copy full SHA for de67b63
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
use usb_microphone and usb_speaker as the names for the singletons
FoamyGuy
committed
076f3c5
View commit details
Copy full SHA for 076f3c5
View code at this point
Browse repository at this point
make USBMicrophone and USBSpeaker singletons, use speaker and microphone args for enable() instead of Direction enum
FoamyGuy
committed
a0a7db8
View commit details
Copy full SHA for a0a7db8
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
fix single direction modes
FoamyGuy
committed
9c70f2d
View commit details
Copy full SHA for 9c70f2d
View code at this point
Browse repository at this point
Fix definition of `CIRCUITPY_AUDIOSPEED`
relic-se
committed
ab17798
View commit details
Copy full SHA for ab17798
View code at this point
Browse repository at this point
implement bi-directional usb_audio
FoamyGuy
committed
927abdf
View commit details
Copy full SHA for 927abdf
View code at this point
Browse repository at this point
fix usb_audio_speaker_task() call
FoamyGuy
committed
df24ccd
View commit details
Copy full SHA for df24ccd
View code at this point
Browse repository at this point
usb_audio.USBSpeaker class and enable for nordic
FoamyGuy
committed
5eedac9
View commit details
Copy full SHA for 5eedac9
View code at this point
Browse repository at this point
Merge branch 'adafruit:main' into resampler
relic-se
authored
6924467
View commit details
Copy full SHA for 6924467
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
usb_audio module and USBMicrophone class
FoamyGuy
committed
9cb124a
View commit details
Copy full SHA for 9cb124a
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Fix formatting
relic-se
committed
cc5020b
View commit details
Copy full SHA for cc5020b
View code at this point
Browse repository at this point
Assign source to resampler in constructor
relic-se
committed
cae3c81
View commit details
Copy full SHA for cae3c81
View code at this point
Browse repository at this point
Fix audiocore build for other ports
relic-se
committed
cfd0a18
View commit details
Copy full SHA for cfd0a18
View code at this point
Browse repository at this point
Initial build of resampler
relic-se
committed
d78b6d8
View commit details
Copy full SHA for d78b6d8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.