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
shared-bindings
_bleio
Adapter.c
on
main
User selector
All users
Datepicker
All time
Commit history
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 May 20, 2024
CircuitPython files: replace STATIC with static
dhalbert
committed
3f4d931
View commit details
Copy full SHA for 3f4d931
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on May 15, 2024
Fix typo in start_advertising() param docs
andrewguest
committed
1865db2
View commit details
Copy full SHA for 1865db2
View code at this point
Browse repository at this point
Commits on Nov 21, 2023
fix heap warning in espressif Adapter.c;fix error codes
dhalbert
committed
af1b879
View commit details
Copy full SHA for af1b879
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Switch to using MP_ERROR_TEXT instead of translate, globally
jepler
committed
774f6ac
View commit details
Copy full SHA for 774f6ac
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Fix native property setting from subclass
tannewt
committed
e62db5a
View commit details
Copy full SHA for e62db5a
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
convert to MP_DEFINED_CONST_OBJ_TYPE()
dhalbert
committed
4d175ab
View commit details
Copy full SHA for 4d175ab
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
Tweak black_bindings
Show description for 907c5d3
jepler
committed
907c5d3
View commit details
Copy full SHA for 907c5d3
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
run black_bindings across all bindings
jepler
committed
b2cc8d2
View commit details
Copy full SHA for b2cc8d2
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
Add BLE status to title bar
tannewt
committed
83cbbc9
View commit details
Copy full SHA for 83cbbc9
View code at this point
Browse repository at this point
Commits on May 3, 2022
Make MP_PROPERTY_GETTER / _GETSET fully declare the property
Show description for 78cf0a9
jepler
committed
78cf0a9
View commit details
Copy full SHA for 78cf0a9
View code at this point
Browse repository at this point
Introduce, use MP_PROPERTY_GETTER, _GETSET
Show description for 31da335
jepler
committed
31da335
View commit details
Copy full SHA for 31da335
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing
Show description for 166793f
jepler
committed
166793f
View commit details
Copy full SHA for 166793f
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
Fix _bleio.start_advertising arg check; add doc to SocketPool.socket()
dhalbert
committed
c933f26
View commit details
Copy full SHA for c933f26
View code at this point
Browse repository at this point
Commits on Oct 16, 2021
Merge pull request #5466 from jepler/merge-1.17
Show description for 23d2c96
dhalbert
authored
23d2c96
View commit details
Copy full SHA for 23d2c96
View code at this point
Browse repository at this point
Commits on Oct 15, 2021
Rename make_new's parameter to `all_args`
Show description for 4e7c1a4
jepler
committed
4e7c1a4
View commit details
Copy full SHA for 4e7c1a4
View code at this point
Browse repository at this point
Merge tag 'v1.17' into merge-1.17
Show description for 8d8f83b
jepler
committed
8d8f83b
View commit details
Copy full SHA for 8d8f83b
View code at this point
Browse repository at this point
Commits on Oct 10, 2021
use `mp_arg_validate_type` for keyword args
microdev1
committed
1977011
View commit details
Copy full SHA for 1977011
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
Fix n_args_min on many MP_DEFINE_CONST_FUN_OBJ_KW()
dhalbert
committed
1acafbf
View commit details
Copy full SHA for 1acafbf
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
Fix up onewireio docs and other notes
Show description for 7e55905
tannewt
committed
7e55905
View commit details
Copy full SHA for 7e55905
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
Enable a BLE workflow
Show description for dc76306
tannewt
committed
dc76306
View commit details
Copy full SHA for dc76306
View code at this point
Browse repository at this point
Commits on May 19, 2021
Switch to start_advertising arg
tannewt
committed
ee7a701
View commit details
Copy full SHA for ee7a701
View code at this point
Browse repository at this point
Update Adapter.c
Show description for 806b39f
gabewillen
authored and
tannewt
committed
806b39f
View commit details
Copy full SHA for 806b39f
View code at this point
Browse repository at this point
Commits on May 6, 2021
Fix board builds and use MP_ERROR_TEXT in py and extmod
tannewt
committed
3fda0c0
View commit details
Copy full SHA for 3fda0c0
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Merge MicroPython v1.11 into CircuitPython
tannewt
committed
76033d5
View commit details
Copy full SHA for 76033d5
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Jan 10, 2021
Round BLE timing values; fix timeout check
dhalbert
committed
a397af9
View commit details
Copy full SHA for a397af9
View code at this point
Browse repository at this point
Commits on Dec 23, 2020
BLE fixes
dhalbert
committed
a11ad25
View commit details
Copy full SHA for a11ad25
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
share more of _bleio dict; fix one doc error
dhalbert
committed
4e3cb55
View commit details
Copy full SHA for 4e3cb55
View code at this point
Browse repository at this point
Commits on Aug 30, 2020
Fix stub; mismatched triple quotes
dhalbert
committed
f5a5fc4
View commit details
Copy full SHA for f5a5fc4
View code at this point
Browse repository at this point
address review; use constructor for HCI Adapter
dhalbert
committed
b27d511
View commit details
Copy full SHA for b27d511
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
sphinx fixes
dhalbert
committed
770c204
View commit details
Copy full SHA for 770c204
View code at this point
Browse repository at this point
fix stubs; make translate
dhalbert
committed
8d785cb
View commit details
Copy full SHA for 8d785cb
View code at this point
Browse repository at this point
merge from upstream; working; includes debug_out code for debugging via Saleae for posterity
dhalbert
committed
0e30dd8
View commit details
Copy full SHA for 0e30dd8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.