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
Accelerator
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 }}
csamuelson
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
tests
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 28, 2025
Merge pull request #10195 from dhalbert/9.2.x
Show description for 25216c8
dhalbert
authored
25216c8
View commit details
Copy full SHA for 25216c8
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
Merge pull request #10185 from jepler/issue10175
Show description for 81d96ac
dhalbert
authored
81d96ac
View commit details
Copy full SHA for 81d96ac
View code at this point
Browse repository at this point
improve test
Show description for 17497e4
jepler
committed
17497e4
View commit details
Copy full SHA for 17497e4
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
check if pins exist before using
FoamyGuy
committed
8afdccc
View commit details
Copy full SHA for 8afdccc
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
add set_configuration() to fix existing basic_mouse demo, add new displayio_mouse demo.
FoamyGuy
committed
aae26fb
View commit details
Copy full SHA for aae26fb
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
Fix filters again
jepler
committed
6054810
View commit details
Copy full SHA for 6054810
View code at this point
Browse repository at this point
Audiofilter: Add support for block biquads
Show description for 8b20c84
jepler
committed
8b20c84
View commit details
Copy full SHA for 8b20c84
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
Switch to ruff like MicroPython
tannewt
committed
e277540
View commit details
Copy full SHA for e277540
View code at this point
Browse repository at this point
Commits on Jan 28, 2025
update asyncio_micropython test due to adafruit_ticks change
dhalbert
committed
8a3b1d5
View commit details
Copy full SHA for 8a3b1d5
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
py/objint.c: int.from_bytes and .to_bytes can omit byteorder arg
dhalbert
committed
1d90a0e
View commit details
Copy full SHA for 1d90a0e
View code at this point
Browse repository at this point
Commits on Dec 29, 2024
py/runtime: Fix self arg passed to classmethod when accessed via super.
Show description for 8824995
dpgeorge
authored and
dhalbert
committed
8824995
View commit details
Copy full SHA for 8824995
View code at this point
Browse repository at this point
Commits on Dec 4, 2024
MP3Decoder: clear out DSP data when opening a new stream
Show description for 22abf2d
jepler
committed
22abf2d
View commit details
Copy full SHA for 22abf2d
View code at this point
Browse repository at this point
Commits on Nov 25, 2024
Updated USB PID for max32690evkit
Brandon-Hurst
committed
ff87a70
View commit details
Copy full SHA for ff87a70
View code at this point
Browse repository at this point
Commits on Nov 10, 2024
Merge pull request #9756 from jepler/synthio-blockbiquad
Show description for 92ef410
gamblor21
authored
92ef410
View commit details
Copy full SHA for 92ef410
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
BlockBiquad: Use `Q` as argument name
Show description for c06e6ee
jepler
committed
c06e6ee
View commit details
Copy full SHA for c06e6ee
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
Add audiodelays & audioeffects to unix coverage port
Show description for f8afdcb
jepler
committed
f8afdcb
View commit details
Copy full SHA for f8afdcb
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
Merge pull request #9788 from dcooperdalrymple/synthio_waveform_loop_blockinput
jepler
authored
f7f471f
View commit details
Copy full SHA for f7f471f
View code at this point
Browse repository at this point
Updated expected results for synthesizer_note test.
relic-se
committed
fd24006
View commit details
Copy full SHA for fd24006
View code at this point
Browse repository at this point
fix tests & add expected results
jepler
committed
a3d7eb6
View commit details
Copy full SHA for a3d7eb6
View code at this point
Browse repository at this point
Add basic block biquad test
jepler
committed
53bd93c
View commit details
Copy full SHA for 53bd93c
View code at this point
Browse repository at this point
Throw TypeError when json-serializing invalid types
Show description for 9113e17
jepler
committed
9113e17
View commit details
Copy full SHA for 9113e17
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
Add notch filter to BlockBiquad
jepler
committed
21ebcad
View commit details
Copy full SHA for 21ebcad
View code at this point
Browse repository at this point
Rename FilterType -> FilterMode
jepler
committed
e891bce
View commit details
Copy full SHA for e891bce
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
Add BlockBiquad
Show description for ce0c1c7
jepler
committed
ce0c1c7
View commit details
Copy full SHA for ce0c1c7
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
keep PYTHONPATH when requested
Show description for 71eea30
jepler
committed
71eea30
View commit details
Copy full SHA for 71eea30
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
tests/run-natmodtests.py: remove use of zlib examples
dhalbert
committed
c0a3e28
View commit details
Copy full SHA for c0a3e28
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
revert to using os.mount, etc. instead of vfs.mount
dhalbert
committed
50f0101
View commit details
Copy full SHA for 50f0101
View code at this point
Browse repository at this point
restore tests/unix; deleted by mistake
dhalbert
committed
4832683
View commit details
Copy full SHA for 4832683
View code at this point
Browse repository at this point
merge from main
dhalbert
committed
1f68fff
View commit details
Copy full SHA for 1f68fff
View code at this point
Browse repository at this point
fix tests; asyncio: avoid coroutine never awaited
dhalbert
committed
0c26a11
View commit details
Copy full SHA for 0c26a11
View code at this point
Browse repository at this point
fix compilation issues; remove more uctypes mentions
dhalbert
committed
02e11a9
View commit details
Copy full SHA for 02e11a9
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
non-conflict merge changes
dhalbert
committed
7812695
View commit details
Copy full SHA for 7812695
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
shared/runtime/sys_stdio_mphal: Fix docstring for stdio.
Show description for da58110
timdechant
committed
da58110
View commit details
Copy full SHA for da58110
View code at this point
Browse repository at this point
shared/runtime/sys_stdio_mphal: Fix docstring for stdio.
Show description for 319fb89
timdechant
committed
319fb89
View commit details
Copy full SHA for 319fb89
View code at this point
Browse repository at this point
shared/runtime/sys_stdio_mphal: Fix docstring for stdio.
Show description for 67c8b07
timdechant
committed
67c8b07
View commit details
Copy full SHA for 67c8b07
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.