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 }}
lboue
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 9, 2025
Merge pull request #10661 from dhalbert/import-lib-traversable
Show description for 0d88686
dhalbert
authored
0d88686
View commit details
Copy full SHA for 0d88686
Browse repository at this point
Merge pull request #10662 from FoamyGuy/update_displayio_docs
Show description for f263b78
dhalbert
authored
f263b78
View commit details
Copy full SHA for f263b78
Browse repository at this point
docs: add TilePaletteMapper to pixel_shader allowed types.
FoamyGuy
committed
6a1a59b
View commit details
Copy full SHA for 6a1a59b
Browse repository at this point
new location of importlib Traversable
dhalbert
committed
a55305e
View commit details
Copy full SHA for a55305e
Browse repository at this point
Commits on Oct 7, 2025
Merge pull request #10659 from dhalbert/fix-usb-writability
Show description for 97c6617
dhalbert
authored
97c6617
View commit details
Copy full SHA for 97c6617
Browse repository at this point
Fix filesystem writability from USB
dhalbert
committed
e2cbc2d
View commit details
Copy full SHA for e2cbc2d
Browse repository at this point
Merge pull request #10654 from cgnd/cdwilson/fix-stm32f405-micromod-pid
Show description for e39fe0a
tannewt
authored
e39fe0a
View commit details
Copy full SHA for e39fe0a
Browse repository at this point
Merge pull request #10656 from dhalbert/clang-warning-fix
Show description for 5d274f5
tannewt
authored
5d274f5
View commit details
Copy full SHA for 5d274f5
Browse repository at this point
use MP_STATIC_ASSERT_NONCONSTEXPR in ports/analog
dhalbert
committed
d5d6a8e
View commit details
Copy full SHA for d5d6a8e
Browse repository at this point
py/misc.h: test for __cplusplus and __clang__ more carefully
dhalbert
committed
2e1c616
View commit details
Copy full SHA for 2e1c616
Browse repository at this point
Commits on Oct 6, 2025
py/misc.h: prevent clang warning
dhalbert
committed
802380d
View commit details
Copy full SHA for 802380d
Browse repository at this point
Merge pull request #10653 from dhalbert/subclass-deque
Show description for d585b1d
dhalbert
authored
d585b1d
View commit details
Copy full SHA for d585b1d
Browse repository at this point
stm/boards: Fix USB PID for SparkFun STM32 MicroMod.
Show description for 36d53ef
cdwilson
authored
36d53ef
View commit details
Copy full SHA for 36d53ef
Browse repository at this point
Merge pull request #10650 from juergenpabel/board-m5stack-dinmeter
Show description for 64b32f6
tannewt
authored
64b32f6
View commit details
Copy full SHA for 64b32f6
Browse repository at this point
Commits on Oct 5, 2025
Allow subclassing deque
dhalbert
committed
ea15d74
View commit details
Copy full SHA for ea15d74
Browse repository at this point
Commits on Oct 2, 2025
Updated USB-PID as per https://github.com/espressif/usb-pids/pull/261
juergenpabel
committed
5b4b9e8
View commit details
Copy full SHA for 5b4b9e8
Browse repository at this point
Update ports/espressif/boards/m5stack_dinmeter/mpconfigboard.mk
Show description for 7806098
juergenpabel
and
tannewt
authored
7806098
View commit details
Copy full SHA for 7806098
Browse repository at this point
Added new board: M5Stack DinMeter (esp32s3)
juergenpabel
committed
3de2c63
View commit details
Copy full SHA for 3de2c63
Browse repository at this point
Commits on Sep 30, 2025
Merge pull request #10648 from dhalbert/usb-fs-write-prot
Show description for a54ddb3
tannewt
authored
a54ddb3
View commit details
Copy full SHA for a54ddb3
Browse repository at this point
Merge pull request #10649 from dhalbert/update-frozen-2025-09-30
Show description for 8e2d612
tannewt
authored
8e2d612
View commit details
Copy full SHA for 8e2d612
Browse repository at this point
update frozen libraries
dhalbert
committed
0b89ac1
View commit details
Copy full SHA for 0b89ac1
Browse repository at this point
remove unused code
dhalbert
committed
179a52e
View commit details
Copy full SHA for 179a52e
Browse repository at this point
shrink some atmel-samd boards
dhalbert
committed
216b310
View commit details
Copy full SHA for 216b310
Browse repository at this point
main.c: unmount user-mounted vfs regardless of order
dhalbert
committed
81e77aa
View commit details
Copy full SHA for 81e77aa
Browse repository at this point
Prevent both host and CircuitPython rw access to mounted filesystems
dhalbert
committed
3d22d52
View commit details
Copy full SHA for 3d22d52
Browse repository at this point
Commits on Sep 26, 2025
Merge pull request #10645 from dhalbert/sd-card-usb-presentation-fixes
Show description for bfb80c2
dhalbert
authored
bfb80c2
View commit details
Copy full SHA for bfb80c2
Browse repository at this point
document SD card USB presentation
dhalbert
committed
edd4532
View commit details
Copy full SHA for edd4532
Browse repository at this point
fix CIRCUITPY_SDCARD_USB default
dhalbert
committed
d5ca685
View commit details
Copy full SHA for d5ca685
Browse repository at this point
ports/espressif/mpconfigport.h: remove commented code
dhalbert
committed
f143e1d
View commit details
Copy full SHA for f143e1d
Browse repository at this point
Commits on Sep 25, 2025
allow enable/disable of presenting SD card to USB; suppress auto-reload when writing dirty bit
dhalbert
committed
3e1441e
View commit details
Copy full SHA for 3e1441e
Browse repository at this point
use gc_ptr_on_heap() instead of checking if gc_bytes is zero
dhalbert
committed
3472567
View commit details
Copy full SHA for 3472567
Browse repository at this point
Commits on Sep 24, 2025
Merge pull request #10642 from weblate/weblate-circuitpython-main
Show description for 9fd7df7
dhalbert
authored
9fd7df7
View commit details
Copy full SHA for 9fd7df7
Browse repository at this point
Update translation files
Show description for caf65d3
weblate
committed
caf65d3
View commit details
Copy full SHA for caf65d3
Browse repository at this point
Merge pull request #10625 from oroblancoinc/esp32c3_lyra
Show description for 10de69c
dhalbert
authored
10de69c
View commit details
Copy full SHA for 10de69c
Browse repository at this point
Merge pull request #10413 from Brandon-Hurst/ports/analog/add-busio
Show description for 25996a7
dhalbert
authored
25996a7
View commit details
Copy full SHA for 25996a7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.