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
busio
UART.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 13, 2025
Merge pull request #10040 from jepler/default_exit_obj
Show description for 73c4b46
jepler
authored
73c4b46
View commit details
Copy full SHA for 73c4b46
View code at this point
Browse repository at this point
Change MP_OBJ_NEW_QSTR to MP_ROM_QSTR in mp_rom_map_elem_t
Show description for 095fa4c
jepler
committed
095fa4c
View commit details
Copy full SHA for 095fa4c
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
add, use a default exit object
Show description for 8aa1969
jepler
committed
8aa1969
View commit details
Copy full SHA for 8aa1969
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 Sep 7, 2024
working on compilation errors
dhalbert
committed
bc6f065
View commit details
Copy full SHA for bc6f065
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 Apr 21, 2024
adjust TRRS. Remove busio.UART.Parity if UART disabled
dhalbert
committed
839fea0
View commit details
Copy full SHA for 839fea0
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
rename ports/nrf to ports/nordic
dhalbert
committed
dc69c29
View commit details
Copy full SHA for dc69c29
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
Numerous iMX fixes and SDK update
Show description for 4d1f558
tannewt
committed
4d1f558
View commit details
Copy full SHA for 4d1f558
View code at this point
Browse repository at this point
Commits on Dec 24, 2023
Restore CIRCUITPY-CHANGEs for stream protocols
Show description for 5aa203f
jepler
committed
5aa203f
View commit details
Copy full SHA for 5aa203f
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 28, 2023
Trinket M0 comes up; still very much wip
dhalbert
committed
76ff014
View commit details
Copy full SHA for 76ff014
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 19, 2023
initial merge from v1.20.0; just satisifying conflicts
dhalbert
committed
2c0fa0f
View commit details
Copy full SHA for 2c0fa0f
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
pre-commit fixes
dhalbert
committed
d582407
View commit details
Copy full SHA for d582407
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
wip; remove long-lived functionality; remove PR#2614
Show description for 2ff8667
dhalbert
committed
2ff8667
View commit details
Copy full SHA for 2ff8667
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
fix typos (partial) detected by codepell
hathach
committed
fecc1bd
View commit details
Copy full SHA for fecc1bd
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
Fix pad assignments on atmel-samd UART
dhalbert
committed
6d51356
View commit details
Copy full SHA for 6d51356
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
Improve type validation errors messages, especially for pins
dhalbert
committed
a974402
View commit details
Copy full SHA for a974402
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
If uart is disabled, no pins will work; show NotImplementedError instead
jepler
committed
7c9cd56
View commit details
Copy full SHA for 7c9cd56
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
Simplify argument checking to reduce translated strings
Show description for 9cdfba2
jepler
committed
9cdfba2
View commit details
Copy full SHA for 9cdfba2
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
catalog implementation limitations in documentation
dhalbert
committed
01c15a1
View commit details
Copy full SHA for 01c15a1
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
Use micropython #defines for stream polling operations
Show description for 068b7c4
jepler
committed
068b7c4
View commit details
Copy full SHA for 068b7c4
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 Sep 15, 2022
nrf: return None when UART.read() reads nothing
dhalbert
committed
3abfd21
View commit details
Copy full SHA for 3abfd21
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
Update write() function definition
tekktrik
authored
0d8dab7
View commit details
Copy full SHA for 0d8dab7
View code at this point
Browse repository at this point
Fix UART.readline docstring
tekktrik
authored
bf9f329
View commit details
Copy full SHA for bf9f329
View code at this point
Browse repository at this point
Commits on May 27, 2022
Conditionalize LTO
tannewt
committed
9d10a3d
View commit details
Copy full SHA for 9d10a3d
View code at this point
Browse repository at this point
Commits on May 19, 2022
message consolidation and more use of validators
dhalbert
committed
a01dec1
View commit details
Copy full SHA for a01dec1
View code at this point
Browse repository at this point
Commits on May 6, 2022
Merge pull request #6337 from jepler/property-storage
Show description for 5edc59f
dhalbert
authored
5edc59f
View commit details
Copy full SHA for 5edc59f
View code at this point
Browse repository at this point
Commits on May 4, 2022
add caveat about software RS485 implementations
dhalbert
committed
75bfcb3
View commit details
Copy full SHA for 75bfcb3
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
Previous
Next
You can’t perform that action at this time.