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 }}
dhalbert
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
5
Star
5
Code
Pull requests
0
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
docs
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 25, 2026
memento: turn off presenting SD card on USB by default
dhalbert
committed
cea4292
View commit details
Copy full SHA for cea4292
View code at this point
Browse repository at this point
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 21, 2026
update documentation per review
dhalbert
committed
eafed60
View commit details
Copy full SHA for eafed60
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
Merge pull request #11123 from dhalbert/prevent-ble-delay-on-deep-sleep-wake
Show description for 916daa9
tannewt
authored
916daa9
View commit details
Copy full SHA for 916daa9
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
per PR review, BLE workflow is by default enabled
dhalbert
committed
be8f4b5
View commit details
Copy full SHA for be8f4b5
View code at this point
Browse repository at this point
add CIRCUITPY_BLE_WORKFLOW to settings.toml: default false; code cleanups; doc editing
dhalbert
committed
480b994
View commit details
Copy full SHA for 480b994
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
settings.toml (environment) doc had doubled backslashes
dhalbert
committed
fa7f89c
View commit details
Copy full SHA for fa7f89c
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
Merge pull request #11073 from dhalbert/CIRCUITPY_SAFE_MODE_DELAY
Show description for 17196f7
dhalbert
authored
17196f7
View commit details
Copy full SHA for 17196f7
View code at this point
Browse repository at this point
handle CIRCUITPY_SAFE_MODE_DELAY in settings.toml
dhalbert
committed
4645b97
View commit details
Copy full SHA for 4645b97
View code at this point
Browse repository at this point
add settings.toml CIRCUITPY_WIFI_HOSTNAME
dhalbert
committed
d09cebc
View commit details
Copy full SHA for d09cebc
View code at this point
Browse repository at this point
Commits on May 11, 2026
Update docs/environment.rst
Show description for d1fd820
dhalbert
and
tannewt
authored
d1fd820
View commit details
Copy full SHA for d1fd820
View code at this point
Browse repository at this point
supervisor/shared/usb/usb_msc_flash.c: support CIRCUITPY_SDCARD_USB in settings.toml
Show description for fea7505
dhalbert
committed
fea7505
View commit details
Copy full SHA for fea7505
View code at this point
Browse repository at this point
Commits on May 3, 2026
docs/rstjinja.py: use raw string for regexp
dhalbert
committed
ef2777a
View commit details
Copy full SHA for ef2777a
View code at this point
Browse repository at this point
docs/shared_bindings_matrix: stdout gets mixed up when print-SETTING runs in parallel
dhalbert
committed
017e880
View commit details
Copy full SHA for 017e880
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Merge remote-tracking branch 'adafruit/main' into micropython-v1.27-merge
dhalbert
committed
d085279
View commit details
Copy full SHA for d085279
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
fix warnings during RTD builds
dhalbert
committed
a629147
View commit details
Copy full SHA for a629147
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
wip
dhalbert
committed
14c1815
View commit details
Copy full SHA for 14c1815
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
os.getenv() now always returns str; add supervisor.get_setting() to fetch typed objects
dhalbert
committed
4b2111e
View commit details
Copy full SHA for 4b2111e
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
document SD card USB presentation
dhalbert
committed
edd4532
View commit details
Copy full SHA for edd4532
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
Merge pull request #10485 from dunkmann00/static-stubs
Show description for 1c19926
FoamyGuy
authored
1c19926
View commit details
Copy full SHA for 1c19926
View code at this point
Browse repository at this point
Commits on Jul 17, 2025
restart -> reset
tannewt
committed
a7ebe3b
View commit details
Copy full SHA for a7ebe3b
View code at this point
Browse repository at this point
Add redirect from old micropython doc page
dunkmann00
committed
b4a8d45
View commit details
Copy full SHA for b4a8d45
View code at this point
Browse repository at this point
Commits on Jul 16, 2025
Add restart/reload note about env variables
Show description for 7ec01bb
tannewt
committed
7ec01bb
View commit details
Copy full SHA for 7ec01bb
View code at this point
Browse repository at this point
Use stub for micropython module doc generation
dunkmann00
committed
559a72b
View commit details
Copy full SHA for 559a72b
View code at this point
Browse repository at this point
Commits on Jun 20, 2025
Merge remote-tracking branch 'adafruit/main' into merge-micropython-v1.25.0
dhalbert
committed
1263d11
View commit details
Copy full SHA for 1263d11
View code at this point
Browse repository at this point
MicroPython v1.25.0 merge
dhalbert
committed
5fb3f96
View commit details
Copy full SHA for 5fb3f96
View code at this point
Browse repository at this point
Commits on Jun 18, 2025
revert latex docs build workaround
FoamyGuy
committed
c78f843
View commit details
Copy full SHA for c78f843
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
shrink boards and remove non-circuitpython attributes in micropython module doc
dhalbert
committed
34af8c3
View commit details
Copy full SHA for 34af8c3
View code at this point
Browse repository at this point
fix compilation issues
dhalbert
committed
8c7b592
View commit details
Copy full SHA for 8c7b592
View code at this point
Browse repository at this point
Commits on Jun 12, 2025
wip: fix some tests
dhalbert
committed
3566438
View commit details
Copy full SHA for 3566438
View code at this point
Browse repository at this point
Commits on Jun 8, 2025
wip: initial merge; no compilation yet
dhalbert
committed
1381e17
View commit details
Copy full SHA for 1381e17
View code at this point
Browse repository at this point
Commits on May 8, 2025
add the prepare readme python script
FoamyGuy
committed
4663b3f
View commit details
Copy full SHA for 4663b3f
View code at this point
Browse repository at this point
Commits on Apr 9, 2025
docs/reference/mpremote: Update docs for mpremote rm -r.
Show description for ef8282c
Josverl
authored and
dpgeorge
committed
ef8282c
View commit details
Copy full SHA for ef8282c
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
Merge pull request #9878 from eightycc/bleio-build-fix
Show description for c286fc4
dhalbert
authored
c286fc4
View commit details
Copy full SHA for c286fc4
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
Add additional documentation
tannewt
committed
2e41242
View commit details
Copy full SHA for 2e41242
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.