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 }}
Coderah
/
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
ports
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 15, 2026
Merge pull request #11050 from dhalbert/dhalbert/fix-espressif-ble-discovery
Show description for 94cfa71
dhalbert
authored
94cfa71
View commit details
Copy full SHA for 94cfa71
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
rp2: use irq_add_shared_handler() for DMA_IRQ_0 instead of fixed isr_dma_0()
Show description for f73642a
dhalbert
and
claude
committed
f73642a
View commit details
Copy full SHA for f73642a
View code at this point
Browse repository at this point
simplify BLE connection timeout; increase back to 20 secs; 3 secs was too short
dhalbert
committed
daa8531
View commit details
Copy full SHA for daa8531
View code at this point
Browse repository at this point
restore debugging code; shorten discovery step timeout
dhalbert
committed
4433e99
View commit details
Copy full SHA for 4433e99
View code at this point
Browse repository at this point
Fix slow espressif BLE discovery
Show description for 281a674
dhalbert
and
Copilot
committed
281a674
View commit details
Copy full SHA for 281a674
View code at this point
Browse repository at this point
espressif: don't do ble resets if adapter is not enabled; can cause crashes
dhalbert
committed
227d938
View commit details
Copy full SHA for 227d938
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
Merge pull request #11036 from dhalbert/espressif-ble-fixes
Show description for d55fa46
dhalbert
authored
d55fa46
View commit details
Copy full SHA for d55fa46
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
Prevent safe mode caused by BLE watchdog mode firing.
Show description for bf1059b
dhalbert
committed
bf1059b
View commit details
Copy full SHA for bf1059b
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
espressif/Makefile: add sdkconfig-ble.defaults in proper priority order
dhalbert
committed
f5374e1
View commit details
Copy full SHA for f5374e1
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Merge pull request #10990 from FoamyGuy/audio_i2sin
Show description for bdf2709
tannewt
authored
bdf2709
View commit details
Copy full SHA for bdf2709
View code at this point
Browse repository at this point
refactor common code. Use bitmath instead of loop
FoamyGuy
committed
78c3c73
View commit details
Copy full SHA for 78c3c73
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
bit mirroring for explicitly changed output_bit_depth. Clarify docstrings.
FoamyGuy
committed
2c16984
View commit details
Copy full SHA for 2c16984
View code at this point
Browse repository at this point
Merge pull request #1 from pcbcupid/pcbcupid
Show description for 36b58a6
Neutrino-1
authored
36b58a6
View commit details
Copy full SHA for 36b58a6
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Update USB PID to 0x8373 for GLYPH S3
Abhi-00047
committed
877b454
View commit details
Copy full SHA for 877b454
View code at this point
Browse repository at this point
Commits on May 30, 2026
feat: espressif: add Waveshare ESP32-S3-Tiny-N8R8 board
stolen
committed
620d931
View commit details
Copy full SHA for 620d931
View code at this point
Browse repository at this point
espressif: enable DUALBANK on large enough boards
stolen
committed
401a8e5
View commit details
Copy full SHA for 401a8e5
View code at this point
Browse repository at this point
Commits on May 28, 2026
Espressif BLE fixes: advertising duration, _bleio.adapter.connected
Show description for 2722f6b
dhalbert
committed
2722f6b
View commit details
Copy full SHA for 2722f6b
View code at this point
Browse repository at this point
Add Glyph S3 board files
Abhi-00047
committed
0de82f2
View commit details
Copy full SHA for 0de82f2
View code at this point
Browse repository at this point
Remove board.json from GLYPH Mini 2040
Abhi-00047
committed
21e44aa
View commit details
Copy full SHA for 21e44aa
View code at this point
Browse repository at this point
Commits on May 27, 2026
Add PCBCupid Glyph Mini 2040 board
Abhi-00047
committed
bb0315f
View commit details
Copy full SHA for bb0315f
View code at this point
Browse repository at this point
Commits on May 26, 2026
right-justify 24 in 32 bit format.
FoamyGuy
committed
d3709fa
View commit details
Copy full SHA for d3709fa
View code at this point
Browse repository at this point
use not shift instead of bit-replication
FoamyGuy
committed
32316e3
View commit details
Copy full SHA for 32316e3
View code at this point
Browse repository at this point
Commits on May 20, 2026
ports/raspberrypi/supervisor/port.c: #if PICO_RP2040, not #if defined(PICO_RP240)
dhalbert
committed
fb82da6
View commit details
Copy full SHA for fb82da6
View code at this point
Browse repository at this point
Merge pull request #11015 from dhalbert/back-to-sekigon-gonnoc
Show description for 3ac61ee
dhalbert
authored
3ac61ee
View commit details
Copy full SHA for 3ac61ee
View code at this point
Browse repository at this point
mirror low bits. change error message in PDMIn
FoamyGuy
committed
5282f62
View commit details
Copy full SHA for 5282f62
View code at this point
Browse repository at this point
Commits on May 19, 2026
update PIO programs
FoamyGuy
committed
6479ceb
View commit details
Copy full SHA for 6479ceb
View code at this point
Browse repository at this point
ports/espressif/common-hal/socketpool/SocketPool.c: remove old workaround for lwip issue
dhalbert
committed
b2fdd17
View commit details
Copy full SHA for b2fdd17
View code at this point
Browse repository at this point
switch back to https://github.com/sekigon-gonnoc/Pico-PIO-USB
dhalbert
committed
6d2501f
View commit details
Copy full SHA for 6d2501f
View code at this point
Browse repository at this point
Merge pull request #11014 from dhalbert/fix-defines
Show description for 53b191a
tannewt
authored
53b191a
View commit details
Copy full SHA for 53b191a
View code at this point
Browse repository at this point
Commits on May 18, 2026
raspberrypi: use adafruit/Pico-PIO-USB fork for now
dhalbert
committed
98741a7
View commit details
Copy full SHA for 98741a7
View code at this point
Browse repository at this point
Merge pull request #11011 from tannewt/zephyr_post44
Show description for b295ac4
dhalbert
authored
b295ac4
View commit details
Copy full SHA for b295ac4
View code at this point
Browse repository at this point
Merge pull request #11008 from dhalbert/rp2350-cannot-picodvi
Show description for 1c9c02b
tannewt
authored
1c9c02b
View commit details
Copy full SHA for 1c9c02b
View code at this point
Browse repository at this point
Update Zephyr to post-4.4.0
tannewt
committed
3597882
View commit details
Copy full SHA for 3597882
View code at this point
Browse repository at this point
Commits on May 17, 2026
use #if PICO_RP2040 and #if PICO_RP2350, not #ifdef
dhalbert
committed
bde53c8
View commit details
Copy full SHA for bde53c8
View code at this point
Browse repository at this point
Commits on May 16, 2026
adafruit_tinychad_rp2350: remove picodvi startup on boot
dhalbert
committed
ee9f3e1
View commit details
Copy full SHA for ee9f3e1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.